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

fix rem2pi for non-finite arguments #46163

Merged
merged 6 commits into from
Jul 25, 2022

Commits on Jul 25, 2022

  1. fix rem2pi for non-finite arguments

    followup to https://github.com/JuliaLang/julia/pull/36420/files that fixes `Inf` and `-Inf` as well (and I believe at slightly lower cost)
    oscardssmith committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    ddb1a00 View commit details
    Browse the repository at this point in the history
  2. update tests

    oscardssmith committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    42b8f22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fa6206 View commit details
    Browse the repository at this point in the history
  4. test type for rem2pi

    oscardssmith committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    d3a1200 View commit details
    Browse the repository at this point in the history
  5. Update base/math.jl

    Co-authored-by: Mosè Giordano <giordano@users.noreply.github.com>
    oscardssmith and giordano committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    5c58abc View commit details
    Browse the repository at this point in the history
  6. use isfinite

    oscardssmith committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    ca74b92 View commit details
    Browse the repository at this point in the history