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

Automatic pow -> log/exp transformation #454

Merged
merged 6 commits into from
Sep 16, 2024
Merged

Automatic pow -> log/exp transformation #454

merged 6 commits into from
Sep 16, 2024

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    7675053 View commit details
    Browse the repository at this point in the history
  2. Another minor bit.

    bluescarni committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    907ba11 View commit details
    Browse the repository at this point in the history
  3. Add a preprocessing step before the Taylor decomposition to transform…

    … powers
    
    with non-numerical exponent into combinations of exps and logs.
    
    This allows us to avoid having to implement the Taylor diff of pow() for non-numerical
    exponents.
    bluescarni committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    c988736 View commit details
    Browse the repository at this point in the history
  4. Tentative ppc test fix.

    bluescarni committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    8009406 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef1383c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Update changelog.

    bluescarni committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    26c888e View commit details
    Browse the repository at this point in the history