summaryrefslogtreecommitdiffstats
path: root/regress/lib/libm/cephes/monotll.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add 80-bit and 128-bit precision test vectors for the math functions.martynas2011-07-081-14/+6
| | | | No problems found by Cephes in 17022 tests.
* Import regression test vectors from the Cephes math library. Thismartynas2011-05-301-0/+810
covers C99 double, extended and quadruple precision functions. Stephen relicensed this under the right license. Testvect contains special values from C9X section F.9. Monot contains test vectors synthesized around NPTS points, which are near the boundaries where the algorithms (likely) change their methods; helping to detect coding/monotonicity errors. Note that a lot of extended and quadruple precision tests are if0'd for now; since our math library is incomplete. Hopefully this will change soon. (-;