Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Support all java.lang.Math in the query language #345

Open
32 tasks
deephaven-internal opened this issue Oct 29, 2024 · 1 comment
Open
32 tasks

feat: Support all java.lang.Math in the query language #345

deephaven-internal opened this issue Oct 29, 2024 · 1 comment

Comments

@deephaven-internal
Copy link

This issue was auto-generated

PR: deephaven/deephaven-core#6110
Author: chipkent

Original PR Body

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.

@jjbrosnan
Copy link

I was about to regenerate the doc, but realized this can't be done until 0.37 comes out, as this won't be in Javadocs until it's released.

If we want edge docs, I'd have to generate the Javadocs locally and use those. Which would require a major change in the tool I use to generate them. Not worth the effort.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants