Skip to content

Commit

Permalink
Merge pull request #160 from MathCookie17/master (v2.0.0)
Browse files Browse the repository at this point in the history
A summary of changes from v1.4.2:
* 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.
* Fixed inaccuracies in f_gamma
* Decimal.dNegInf is now {-1, Infinity, Infinity} instead of {-1, -Infinity, -Infinity}. This one is a breaking change, hence the version number is now v2.0.0.
  • Loading branch information
MathCookie17 authored May 29, 2024
2 parents 468507a + b4318c8 commit 2fc9c07
Show file tree
Hide file tree
Showing 7 changed files with 1,673 additions and 608 deletions.
Loading

0 comments on commit 2fc9c07

Please sign in to comment.