This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
32-bit x86 ABI cannot do signaling nans [rt.perl.org #125710]
[perl5.git] / ext / POSIX / t / math.t
2015-08-10 Jarkko Hietaniemi32-bit x86 ABI cannot do signaling nans [rt.perl.org...
2015-08-10 Jarkko HietaniemiFix test label.
2015-06-13 Jarkko HietaniemiTest these functions in more than one spot.
2015-06-12 Jarkko Hietaniemiinfnan: Implement NaN payload APIs.
2015-05-08 Aristotle PagaltzisPOSIX: revert exported functions to 5.20.2 state
2015-05-07 Aristotle PagaltzisPOSIX/t/math.t: skip fpclassify where unsupported
2014-11-15 Jarkko HietaniemiHelper function for 'close enough with epsilon'.
2014-11-15 Jarkko HietaniemiThe skip count was all wrong.
2014-11-15 Jarkko HietaniemiThe 0d71ffa7 was quite sloppy with the sub-skips.
2014-11-15 Jarkko HietaniemiC99 math: lgamma and tgamma emulations.
2014-11-15 Jarkko HietaniemiThese are all emulated, so can be tested.
2014-11-15 Jarkko HietaniemiEmulate signbit() if necessary.
2014-11-15 Jarkko Hietaniemifpclassify is emulated if necessary.
2014-09-08 Jarkko HietaniemiPOSIX math: AIX fixes.
2014-09-03 Jarkko HietaniemiPOSIX math: add tests.
2014-09-03 Jarkko HietaniemiPOSIX math: add isinf/isnan/isfinite tests.
2014-09-03 Jarkko HietaniemiPOSIX math: erfc implementation.
2014-09-03 Jarkko HietaniemiPOSIX math: looser error bound for erf test.
2014-09-03 Jarkko HietaniemiPOSIX math: more hypot tests.
2014-09-03 Jarkko HietaniemiPOSIX math: isless etc tests.
2014-09-03 Jarkko HietaniemiPOSIX math: erf implementation from johndcook.com/
2014-09-01 Jarkko HietaniemiPOSIX math: M_SQRT2 and M_2_SQRTPI were misspelled.
2014-08-31 Jarkko HietaniemiPOSIX math: Portability emulations and constants.
2014-08-31 Jarkko HietaniemiPOSIX math: Have only one not_here for each API.
2014-08-31 Jarkko HietaniemiPOSIX math: Win32 shuffling.
2014-08-31 Jarkko HietaniemiPOSIX math: Skip the POSIX C99 math tests if no acosh().
2014-08-31 Jarkko HietaniemiPOSIX math: Add more C99 math tests.
2011-09-13 Nicholas ClarkFurther tests for POSIX trigonometric and hyperbolic...
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in ext/*.
2005-12-21 Steve PetersAdd tests for untested math functions in POSIX