bigint
bigint
NAME
bigint - Transparent BigInteger support for Perl
SYNOPSIS
use bigint; $x = 2 + 4.5,"\n"; # BigInt 6 print 2 ** 512,"\n"
bigint - Transparent BigInteger support for Perl
use bigint; $x = 2 + 4.5,"\n"; # BigInt 6 print 2 ** 512,"\n"