From: Abigail Date: Mon, 1 Sep 2003 08:47:39 +0000 (+0000) Subject: [perl #23672] Math::BigInit POD X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=773b30b9d40ef0a7f9346541b7eabb9a1a82fef1;p=p5sagit%2Fp5-mst-13.2.git [perl #23672] Math::BigInit POD From: "abigail@abigail.nl (via RT)" Message-ID: p4raw-id: //depot/perl@20998 --- diff --git a/lib/Math/BigInt.pm b/lib/Math/BigInt.pm index dd9fda8..ad3e12a 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. +strings of the form C, or +hexadecimal C, or binary C. You can include one underscore between any two digits.