This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Don't call frexp() on +Inf or -Inf either. (It's not just NaN it might
authorNicholas Clark <nick@ccl4.org>
Wed, 12 Sep 2007 18:38:54 +0000 (18:38 +0000)
committerNicholas Clark <nick@ccl4.org>
Wed, 12 Sep 2007 18:38:54 +0000 (18:38 +0000)
commit3952c29af3f3c84465fe5840218071974ce033e4
tree2ed52e0cc060bbd48575a7bbb82bd47508fd9b8c
parent5edc65b39b6317e0ab48cabbe2834afad4b21a9a
Don't call frexp() on +Inf or -Inf either. (It's not just NaN it might
choke on.)

p4raw-id: //depot/perl@31856
sv.c