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

gh-101678: refactor the math module to use special functions from c11 #101679

Merged
merged 13 commits into from
Feb 9, 2023

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    d202b5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d14105 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    468096b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b75ef8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    538810d View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Grammar fix

    Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
    skirpichev and mdickinson committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    fa76552 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42829cb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27334d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c097545 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    47970e2 View commit details
    Browse the repository at this point in the history
  6. Provide context for log1p workaround

    BTW, C11 Annex F says: log1p(±0) returns ±0
    skirpichev committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    bebbc79 View commit details
    Browse the repository at this point in the history
  7. Revert "Merge math_1_to_whatever() and math_1()"

    This reverts commit 47970e2.
    skirpichev committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ee5e689 View commit details
    Browse the repository at this point in the history
  8. Fix issues prefixes

    skirpichev committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    06e9c8c View commit details
    Browse the repository at this point in the history