Commit graph

3 commits

Author SHA1 Message Date
pho
91170f30e9 Update to math-functions-0.3.4.2
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.
2021-04-24 10:15:50 +00:00
rillig
15fe9894e6 hs-*: add PLIST files
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.
2020-05-11 17:51:58 +00:00
pho
42413e684e Import math-functions-0.3.3.0
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.
2020-01-02 11:15:20 +00:00