diff options
author | Abigail <abigail@abigail.be> | 2003-09-01 08:47:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-02 15:02:47 +0000 |
commit | 773b30b9d40ef0a7f9346541b7eabb9a1a82fef1 (patch) | |
tree | 4adbe5f4aa1c85c3c29c89e073c99f781a4d0f86 /lib/Math/BigInt.pm | |
parent | c83084d1250c5e3fe3236f495fb04a079ccb34d8 (diff) | |
download | perl-773b30b9d40ef0a7f9346541b7eabb9a1a82fef1.tar.gz |
[perl #23672] Math::BigInit POD
From: "abigail@abigail.nl (via RT)" <perlbug-followup@perl.org>
Message-ID: <rt-23672-64035.19.2973991993763@rt.perl.org>
p4raw-id: //depot/perl@20998
Diffstat (limited to 'lib/Math/BigInt.pm')
-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 dd9fda8520..ad3e12ae30 100644 --- a/lib/Math/BigInt.pm +++ b/lib/Math/BigInt.pm @@ -3053,7 +3053,8 @@ zeros suppressed. =item Input Input values to these routines may be either Math::BigInt objects or -strings of the form C</^\s*[+-]?[\d]+\.?[\d]*E?[+-]?[\d]*$/>. +strings of the form C</^\s*[+-]?[\d]+\.?[\d]*E?[+-]?[\d]*$/>, or +hexadecimal C</^\s*[+-]?[0-9a-f]+$/i>, or binary C</^\s*[+-]?[01]+$/>. You can include one underscore between any two digits. |