fpc/packages/numlib
marco 2a77e690b4 * paths from mantis #31652 by WP
- deprecated functions with duplicate in math.
    - overloaded some functions with "is nested" procvars.
    - added new functions:
        - (complete) beta function, beta()
        - incomplete beta function (betai) and its inverse (invbetai)
        - cumulative normal distribution (normaldist) and its inverse (invnormaldist)
        - chi-square distribution (chi2dist), and its inverse (invchidist)
        - Student's t distribution (tdist) and its inverse (invtdist)
        - F distribution (Fdist) and its inverse (invFdist)
        - inverse of the incomplete gamma function gammaq (invgammaq)

git-svn-id: trunk@35922 -
2017-04-23 16:17:52 +00:00
..
doc
examples Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
src * paths from mantis #31652 by WP 2017-04-23 16:17:52 +00:00
tests - removed duplicated code from all numlib examples (patch by Lychee, 2016-03-05 19:16:54 +00:00
fpmake.pp Amiga, AROS, MorphOS: Enable NumLib 2016-03-04 21:48:04 +00:00
Makefile Regenerate all Makefile's after changes related to FPCDIR checks 2017-04-18 14:15:47 +00:00
Makefile.fpc * Filter the Makefile's unit searchpaths from the fpmake command line. 2015-08-12 19:15:14 +00:00
Makefile.fpc.fpcmake * version updated to 3.1.1 2015-01-04 21:09:04 +00:00
numlib.txt