Changelog of @hackage/math-functions 0.1.4.0

Changes in 0.1.4

  • logFactorial type is genberalized. It accepts any `Integral' type

  • Evaluation of polynomials using Horner's method where coefficients are store in lists added

Changes in 0.1.3

  • Error function and its inverse added.

  • Digamma function added

  • Evaluation of polynomials using Horner's method added.

  • Crash bug in the inverse incomplete beta fixed.