diff options
author | Tels <nospam-abuse@bloodgate.com> | 2002-07-11 20:44:29 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-07-11 15:45:33 +0000 |
commit | 723d369be9d12e24783142396dae96a04cd0ca6a (patch) | |
tree | bcdd83b09547775b589dcec2cd7207dd7e5d9f07 /lib/Math/BigFloat.pm | |
parent | 9df4da27fbed528c1795e76111bdb359928b1a63 (diff) | |
download | perl-723d369be9d12e24783142396dae96a04cd0ca6a.tar.gz |
Re: BigInt and "\n"
Date: Thu, 11 Jul 2002 18:44:29 +0200 (CEST)
p4raw-id: //depot/perl@17487
Diffstat (limited to 'lib/Math/BigFloat.pm')
-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 8f80424460..a12cf28a84 100644 --- a/lib/Math/BigFloat.pm +++ b/lib/Math/BigFloat.pm @@ -1992,7 +1992,7 @@ Math::BigFloat - Arbitrary size floating point math package $x->precision(); # return P of $x (or global, if P of $x undef) $x->precision($n); # set P of $x to $n $x->accuracy(); # return A of $x (or global, if A of $x undef) - $x->accuracy($n); # set P $x to $n + $x->accuracy($n); # set A $x to $n Math::BigFloat->precision(); # get/set global P for all BigFloat objects Math::BigFloat->accuracy(); # get/set global A for all BigFloat objects |