Changes in 0.3.4.2
* Fixed crash in invIncompleteBeta (#68) for some inputs initial
approximation was computed incorrectly.
Changes in 0.3.4.1
* Precision of incompleteGamma improved.
Changes in 0.3.4.0
* Dependency on vector-th-unbox is dropped. All instances are written
by hand now.
These PLIST files have been autogenerated by mk/haskell.mk using
HS_UPDATE_PLIST=yes during a bulk build. They will help to track changes
to the packages. The Haskell packages didn't have PLIST files because
their paths contained package hashes. These hashes are now determined by
mk/haskell.mk, which makes it easy to generate easy to read PLIST files.
This library contain collection of various utilities for numerical
computing. So far there're special mathematical functions, compensated
summation algorithm, summation of series, root finding for real
functions, polynomial summation and Chebyshev polynomials.