diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-01-17 09:37:58 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-01-17 09:37:58 +0000 |
commit | db696efea25f0c81b9eb96d951ffd25ea6298ff8 (patch) | |
tree | ad5693845da4660072ffab4a5d527711360404cc /lib/Math | |
parent | 63abd72361fb73532e62d9d6ca4c48236f714f59 (diff) | |
download | perl-db696efea25f0c81b9eb96d951ffd25ea6298ff8.tar.gz |
documentation in change#2596 is not quite right; fix it
p4raw-link: @2596 on //depot/cfgperl: b0fffe302ebecea108e16fbf94d910405cdc8714
p4raw-id: //depot/perl@2625
Diffstat (limited to 'lib/Math')
-rw-r--r-- | lib/Math/BigFloat.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Math/BigFloat.pm b/lib/Math/BigFloat.pm index 03bc2f4e27..3f394fbf71 100644 --- a/lib/Math/BigFloat.pm +++ b/lib/Math/BigFloat.pm @@ -301,7 +301,7 @@ floats as =item number format canonical strings have the form /[+-]\d+E[+-]\d+/ . Input values can -have imbedded whitespace. +have embedded whitespace. =item Error returns 'NaN' |