This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #23672] Math::BigInit POD
authorAbigail <abigail@abigail.be>
Mon, 1 Sep 2003 08:47:39 +0000 (08:47 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 2 Sep 2003 15:02:47 +0000 (15:02 +0000)
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

lib/Math/BigInt.pm

index dd9fda8..ad3e12a 100644 (file)
@@ -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.