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

Several complicated bug fixes (v2.0.0) #160

Merged
merged 4 commits into from
May 29, 2024
Merged

Several complicated bug fixes (v2.0.0) #160

merged 4 commits into from
May 29, 2024

Commits on Mar 6, 2024

  1. Several complicated bug fixes

    * Added a parameter to lambertw allowing you to calculate the non-principal branch
    * Changed all cases where a constant or parameter is returned directly, to reduce the likelihood of accidental mutation
    * Changed how tetration for bases <= e^1/e works: now the property x^^(n + 1) == x^(x^^n) always holds, and small bases with large payloads behave correctly.
    MathCookie17 committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    50bdf22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2127415 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Fixed gamma function

    As described in #162
    MathCookie17 committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    44a4b03 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Fixed #168

    This one's a breaking change, so I guess we're on v2.0.0 now!
    MathCookie17 committed May 29, 2024
    Configuration menu
    Copy the full SHA
    b4318c8 View commit details
    Browse the repository at this point in the history