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 #6110

Merged
merged 51 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from 50 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
6226059
addExact
chipkent Sep 18, 2024
5b91425
atan2
chipkent Sep 18, 2024
b48c713
cbrt
chipkent Sep 18, 2024
9f00308
copySign
chipkent Sep 18, 2024
71caf7e
decrementExact
chipkent Sep 18, 2024
65a4e74
cosh
chipkent Sep 18, 2024
2111447
cosh
chipkent Sep 18, 2024
4bb8de3
expm1
chipkent Sep 18, 2024
2e95ed2
floorDiv
chipkent Sep 18, 2024
8b00e91
floorMod
chipkent Sep 18, 2024
d242255
getExponent
chipkent Sep 18, 2024
3bafbee
hypot
chipkent Sep 20, 2024
a8e68c2
IEEEremainder
chipkent Sep 20, 2024
895cc54
incrementExact
chipkent Sep 20, 2024
f4f36d2
incrementExact
chipkent Sep 20, 2024
47f758e
log1p
chipkent Sep 20, 2024
c04ee0c
multiplyExact
chipkent Sep 20, 2024
f9a8372
negateExact
chipkent Sep 20, 2024
d31add5
nextUp, nextDown
chipkent Sep 20, 2024
5af84d0
scalb
chipkent Sep 20, 2024
a000978
sinh
chipkent Sep 20, 2024
b61c404
subtractExact
chipkent Sep 20, 2024
6617ee9
subtractExact
chipkent Sep 20, 2024
9ac391f
toDegrees
chipkent Sep 20, 2024
d1e2af6
toRadians
chipkent Sep 20, 2024
ea7ba83
toByteExact, toShortExact, toIntExact
chipkent Sep 23, 2024
fe97910
ulp
chipkent Sep 23, 2024
248b33f
E, PI
chipkent Sep 23, 2024
d57eff0
E, PI
chipkent Sep 23, 2024
a08e580
Code cleanup
chipkent Sep 23, 2024
c96ba9d
Code cleanup
chipkent Sep 23, 2024
1bfb111
Code cleanup
chipkent Sep 23, 2024
c265b09
Added proper null handling to nextAfter
chipkent Sep 24, 2024
0c573fc
Updated atan2 docs
chipkent Oct 23, 2024
124cac3
Review response: fixed spacing.
chipkent Oct 23, 2024
7605932
Review response: fixed spacing.
chipkent Oct 23, 2024
2ba92e2
Review response: fixed missing ^.
chipkent Oct 23, 2024
0d0c48a
Review response: docs fixes
chipkent Oct 23, 2024
b3b902e
Review response: nits
chipkent Oct 23, 2024
4e4a3b8
Review response: error string
chipkent Oct 23, 2024
38ea109
Review response: corner cases
chipkent Oct 23, 2024
8c938f9
Review response: corner cases
chipkent Oct 23, 2024
cba9e65
Review response: corner cases
chipkent Oct 23, 2024
232a51c
Review response: corner cases
chipkent Oct 23, 2024
be4e0a2
Bug fix
chipkent Oct 23, 2024
4e21bcf
Bug fix
chipkent Oct 23, 2024
dcf54f9
Ran the import generator
chipkent Oct 25, 2024
5aba51a
Review response
chipkent Oct 29, 2024
71fe287
Review response
chipkent Oct 29, 2024
8d8a6af
Review response
chipkent Oct 29, 2024
3e08f37
Fixed a javadoc bug
chipkent Oct 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading