summaryrefslogtreecommitdiff
path: root/ext/POSIX/t/math.t
Commit message (Expand)AuthorAgeFilesLines
* POSIX/t/math.t: skip fpclassify where unsupportedAristotle Pagaltzis2015-05-071-5/+9
* Helper function for 'close enough with epsilon'.Jarkko Hietaniemi2014-11-151-19/+25
* The skip count was all wrong.Jarkko Hietaniemi2014-11-151-3/+8
* The 0d71ffa7 was quite sloppy with the sub-skips.Jarkko Hietaniemi2014-11-151-28/+17
* C99 math: lgamma and tgamma emulations.Jarkko Hietaniemi2014-11-141-0/+2
* These are all emulated, so can be tested.Jarkko Hietaniemi2014-11-141-9/+1
* Emulate signbit() if necessary.Jarkko Hietaniemi2014-11-141-3/+0
* fpclassify is emulated if necessary.Jarkko Hietaniemi2014-11-141-3/+0
* POSIX math: AIX fixes.Jarkko Hietaniemi2014-09-081-2/+2
* POSIX math: add tests.Jarkko Hietaniemi2014-09-021-0/+3
* POSIX math: add isinf/isnan/isfinite tests.Jarkko Hietaniemi2014-09-021-6/+14
* POSIX math: erfc implementation.Jarkko Hietaniemi2014-09-021-0/+1
* POSIX math: looser error bound for erf test.Jarkko Hietaniemi2014-09-021-1/+1
* POSIX math: more hypot tests.Jarkko Hietaniemi2014-09-021-0/+1
* POSIX math: isless etc tests.Jarkko Hietaniemi2014-09-021-0/+7
* POSIX math: erf implementation from http://www.johndcook.com/Jarkko Hietaniemi2014-09-021-0/+1
* POSIX math: M_SQRT2 and M_2_SQRTPI were misspelled.Jarkko Hietaniemi2014-08-311-2/+4
* POSIX math: Portability emulations and constants.Jarkko Hietaniemi2014-08-311-6/+16
* POSIX math: Have only one not_here for each API.Jarkko Hietaniemi2014-08-311-3/+3
* POSIX math: Win32 shuffling.Jarkko Hietaniemi2014-08-311-0/+3
* POSIX math: Skip the POSIX C99 math tests if no acosh().Jarkko Hietaniemi2014-08-311-46/+51
* POSIX math: Add more C99 math tests.Jarkko Hietaniemi2014-08-311-0/+56
* Further tests for POSIX trigonometric and hyperbolic functions.Nicholas Clark2011-09-131-1/+31
* Fix typos (spelling errors) in ext/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Add tests for untested math functions in POSIXSteve Peters2005-12-211-0/+25