History log of /openbsd-current/regress/lib/libm/cephes/cephes.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.1 30-May-2011 martynas

Import regression test vectors from the Cephes math library. This
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. (-;