This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Have more fallbacks for our signbit() emulation.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 4 Dec 2015 00:06:49 +0000 (19:06 -0500)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 4 Dec 2015 02:12:06 +0000 (21:12 -0500)
commit572cd85091706ffa2e19db60c41c6bb106297e3a
tree064d202edc7203487e0a4b263982ed2ddc772259
parent50774986f96b2af8349e6259cf86ff2d2aeaef2f
Have more fallbacks for our signbit() emulation.

These help in systems which do not have signbit(), or fail to find one,
or which explicitly disable it.

The idea for the fallback implementation from Craig Berry.
numeric.c