This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
modfl emulation via truncl (C99) and copysignl.
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 7 Sep 2014 02:01:01 +0000 (22:01 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Mon, 8 Sep 2014 02:08:33 +0000 (22:08 -0400)
commitd67dac15a1bac6947d501164aa494adf160ff668
treec1bce5828d6d384eff8ba48d286029cf588cf357
parent4842dad7c256d1564348893cff3bfed08dadcbe4
modfl emulation via truncl (C99) and copysignl.

(We've had emulation for broken modfl before,
 but it used aintl, which is not that common.)
numeric.c
perl.h