Changelog for math-functions-0.2.0.1
Changes in 0.2.0.0
- Bug fixes and documentation tweaks
Changes in 0.2.0.0
logGamma
now uses Lancsoz approximation and same aslogGammaL
. Old implementation oflogGamma
moved toNumeric.SpecFunctions.Extra.logGammaAS245
.Precision of
logGamma
for z<1 improved.New much more precise implementation for
incompleteGamma
Dependency on
erf
pacakge dropped.erf
anderfc
just do direct calls to C.Numeric.SpecFunctions.expm1
addedNumeric.SpecFunctions.log1pmx
added.logGammaCorrection
exported inNumeric.SpecFunctions.Extra
.Module
Numeric.Series
added for working with infinite sequences, series summation and evaluation of continued fractions.Module
statistics: Statistics.Math.RootFinding
copied toNumeric.RootFinding
. Instances forbinary
andaeson
dropped.Root-finding using Newton-Raphson added
Numeric.MathFunctions.Comparison.ulpDelta
added. It calculates signed distance between two doubles.Other bug fixes.
Changes in 0.1.7.0
Module
statistics: Statistics.Function.Comparison
moved toNumeric.MathFunctions.Comparison
. Old implementation ifwithin
compared negative numbers incorrectly.addUlps
andulpDistance
added toNumeric.MathFunctions.Comparison
.relativeError
andeqRelErr
added toNumeric.MathFunctions.Comparison
.Precision of
logFactorial
is slightly improved.
Changes in 0.1.6.0
logChoose
added for calculation of logarithm of binomial coefficientchooseExact
andlogChooseFast
addedsinc
added
Changes in 0.1.5.3
- Fix for test suite on 32bit platform
Changes in 0.1.5
- Numeric.Sum: new module adds accurate floating point summation.
Changes in 0.1.4
logFactorial type is genberalized. It accepts any
Integral
typeEvaluation 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.