summaryrefslogtreecommitdiff
path: root/lib/Math/BigInt.pm
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2003-09-01 08:47:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-02 15:02:47 +0000
commit773b30b9d40ef0a7f9346541b7eabb9a1a82fef1 (patch)
tree4adbe5f4aa1c85c3c29c89e073c99f781a4d0f86 /lib/Math/BigInt.pm
parentc83084d1250c5e3fe3236f495fb04a079ccb34d8 (diff)
downloadperl-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.pm3
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.