diff options
author | Robin Barker <RMBarker@cpan.org> | 2002-02-27 12:25:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-27 13:41:14 +0000 |
commit | 5cb3728cfe288ad05e8d10c8176f72378da2238f (patch) | |
tree | 9fbfd12df7a9a44badbe6e8ad3a4775b3d160bb3 /lib/Math | |
parent | c9436a12b1ee8d5e32d19b5870c63a8435afed9d (diff) | |
download | perl-5cb3728cfe288ad05e8d10c8176f72378da2238f.tar.gz |
Re: [PATCH @14870] long C<=item>s and other pod->man->troff problems
Message-Id: <200202271225.MAA24806@tempest.npl.co.uk>
p4raw-id: //depot/perl@14892
Diffstat (limited to 'lib/Math')
-rw-r--r-- | lib/Math/BigInt.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Math/BigInt.pm b/lib/Math/BigInt.pm index cb199164ca..3f9e558b8d 100644 --- a/lib/Math/BigInt.pm +++ b/lib/Math/BigInt.pm @@ -2655,7 +2655,8 @@ If used on an object, it will set it to one: $x->bone(); # +1 $x->bone('-'); # -1 -=head2 is_one()/is_zero()/is_nan()/is_positive()/is_negative()/is_inf()/is_odd()/is_even()/is_int() +=head2 is_one() / is_zero() / is_nan() / is_positive() / is_negative() / +is_inf() / is_odd() / is_even() / is_int() $x->is_zero(); # true if arg is +0 $x->is_nan(); # true if arg is NaN |