X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fbigint.pl;h=bd1d91f82293343aab7f112bfcddef0cff253344;hb=8468119f6ee8085392e5c77b735fdba19cf0f08e;hp=9a3d50d365af843b12f6867b651bda418699fd21;hpb=1f45ae4a6ff0f2644f5065847597623b443d5e93;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/bigint.pl b/lib/bigint.pl index 9a3d50d..bd1d91f 100644 --- a/lib/bigint.pl +++ b/lib/bigint.pl @@ -20,7 +20,7 @@ package bigint; # '+0' canonical zero value # ' -123 123 123' canonical value '-123123123' # '1 23 456 7890' canonical value '+1234567890' -# Output values always always in canonical form +# Output values always in canonical form # # Actual math is done in an internal format consisting of an array # whose first element is the sign (/^[+-]$/) and whose remaining