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

Fixes nan value for powc of zero #116

Merged
merged 8 commits into from
Aug 13, 2023
Merged

Fixes nan value for powc of zero #116

merged 8 commits into from
Aug 13, 2023

Commits on May 22, 2023

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

Commits on May 23, 2023

  1. Simplify powc formula

    domna committed May 23, 2023
    Configuration menu
    Copy the full SHA
    8235bd3 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Test for powc(-1)

    domna committed May 24, 2023
    Configuration menu
    Copy the full SHA
    03a3208 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Update src/lib.rs

    domna committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d9e8968 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Removes duplicate test

    domna committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    21b5ec5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. powc and powf to zero power => one

    This is consistent with the standard library powf -- even for NaN!
    cuviper committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    068283b View commit details
    Browse the repository at this point in the history
  2. Update CI crate versions

    cuviper committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    450de32 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Release 0.4.4

    cuviper committed Aug 13, 2023
    Configuration menu
    Copy the full SHA
    6a593c6 View commit details
    Browse the repository at this point in the history