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

Open
wants to merge 47 commits into
base: main
Choose a base branch
from

Commits on Sep 18, 2024

  1. addExact

    chipkent committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    6226059 View commit details
    Browse the repository at this point in the history
  2. atan2

    chipkent committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    5b91425 View commit details
    Browse the repository at this point in the history
  3. cbrt

    chipkent committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    b48c713 View commit details
    Browse the repository at this point in the history
  4. copySign

    chipkent committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    9f00308 View commit details
    Browse the repository at this point in the history
  5. decrementExact

    chipkent committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    71caf7e View commit details
    Browse the repository at this point in the history
  6. cosh

    chipkent committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    65a4e74 View commit details
    Browse the repository at this point in the history
  7. cosh

    chipkent committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2111447 View commit details
    Browse the repository at this point in the history
  8. expm1

    chipkent committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4bb8de3 View commit details
    Browse the repository at this point in the history
  9. floorDiv

    chipkent committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2e95ed2 View commit details
    Browse the repository at this point in the history
  10. floorMod

    chipkent committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    8b00e91 View commit details
    Browse the repository at this point in the history
  11. getExponent

    chipkent committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    d242255 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. hypot

    chipkent committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3bafbee View commit details
    Browse the repository at this point in the history
  2. IEEEremainder

    chipkent committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a8e68c2 View commit details
    Browse the repository at this point in the history
  3. incrementExact

    chipkent committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    895cc54 View commit details
    Browse the repository at this point in the history
  4. incrementExact

    chipkent committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f4f36d2 View commit details
    Browse the repository at this point in the history
  5. log1p

    chipkent committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    47f758e View commit details
    Browse the repository at this point in the history
  6. multiplyExact

    chipkent committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c04ee0c View commit details
    Browse the repository at this point in the history
  7. negateExact

    chipkent committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    f9a8372 View commit details
    Browse the repository at this point in the history
  8. nextUp, nextDown

    chipkent committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d31add5 View commit details
    Browse the repository at this point in the history
  9. scalb

    chipkent committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    5af84d0 View commit details
    Browse the repository at this point in the history
  10. sinh

    chipkent committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a000978 View commit details
    Browse the repository at this point in the history
  11. subtractExact

    chipkent committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b61c404 View commit details
    Browse the repository at this point in the history
  12. subtractExact

    chipkent committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    6617ee9 View commit details
    Browse the repository at this point in the history
  13. toDegrees

    chipkent committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9ac391f View commit details
    Browse the repository at this point in the history
  14. toRadians

    chipkent committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d1e2af6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Configuration menu
    Copy the full SHA
    ea7ba83 View commit details
    Browse the repository at this point in the history
  2. ulp

    chipkent committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fe97910 View commit details
    Browse the repository at this point in the history
  3. E, PI

    chipkent committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    248b33f View commit details
    Browse the repository at this point in the history
  4. E, PI

    chipkent committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    d57eff0 View commit details
    Browse the repository at this point in the history
  5. Code cleanup

    chipkent committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a08e580 View commit details
    Browse the repository at this point in the history
  6. Code cleanup

    chipkent committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c96ba9d View commit details
    Browse the repository at this point in the history
  7. Code cleanup

    chipkent committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    1bfb111 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    c265b09 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Updated atan2 docs

    chipkent committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0c573fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    124cac3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7605932 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ba92e2 View commit details
    Browse the repository at this point in the history
  5. Review response: docs fixes

    chipkent committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    0d0c48a View commit details
    Browse the repository at this point in the history
  6. Review response: nits

    chipkent committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b3b902e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4e4a3b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    38ea109 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8c938f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cba9e65 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    232a51c View commit details
    Browse the repository at this point in the history
  12. Bug fix

    chipkent committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    be4e0a2 View commit details
    Browse the repository at this point in the history
  13. Bug fix

    chipkent committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    4e21bcf View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Ran the import generator

    chipkent committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    dcf54f9 View commit details
    Browse the repository at this point in the history