Skip to content

Commit

Permalink
feat: Support all java.lang.Math in the query language (deephaven#6110)
Browse files Browse the repository at this point in the history
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 deephaven#5995.
  • Loading branch information
chipkent authored Oct 29, 2024
1 parent 97780f4 commit 09eeedb
Show file tree
Hide file tree
Showing 3 changed files with 1,330 additions and 0 deletions.
Loading

0 comments on commit 09eeedb

Please sign in to comment.