deephaven-core icon indicating copy to clipboard operation
deephaven-core copied to clipboard

Support all java.lang.Math in the query language

Open chipkent opened this issue 5 months ago • 1 comments

Newly supported methods and constants:

  • [ ] addExact
  • [ ] atan2
  • [ ] cbrt
  • [ ] copySign
  • [ ] cosh
  • [ ] decrementExact
  • [ ] expm1
  • [ ] floorDiv
  • [ ] floorMod
  • [ ] getExponent
  • [ ] hypot
  • [ ] IEEEremainder
  • [ ] incrementExact
  • [ ] log10
  • [ ] log1p
  • [ ] multiplyExact
  • [ ] negateExact
  • [ ] nextAfter
  • [ ] nextDown
  • [ ] nextUp
  • [ ] scalb
  • [ ] sinh
  • [ ] subtractExact
  • [ ] tanh
  • [ ] toDegrees
  • [ ] toRadians
  • [ ] toIntExact
  • [ ] toShortExact
  • [ ] toByteExact
  • [ ] ulp
  • [ ] E (constant)
  • [ ] PI (constant)

Resolves #5995.

chipkent avatar Sep 23 '24 18:09 chipkent