Skip to content

v5.2

Choose a tag to compare

@Joy-less Joy-less released this 02 Nov 15:32
· 24 commits to main since this release
  • Fixed BigReal.DivRem incorrect result
  • Fixed BigReal.Equals(BigReal, BigReal) when comparing non-finite numbers (nan, +inf, -inf)
  • Fixed BigReal.Round exception when negative decimals
  • Optimized BigReal.ToString() significantly using spans
  • Greatly optimized BigReal.Pow and BigReal.RootN
  • Added BigReal.Exp(BigReal)
  • Updated packages
  • Improved benchmarks