Help for this page

Select Code to Download


  1. or download this
    use Math::BigInt;
    my $x = Math::BigInt->new('123456789012345678901234567890');
    ...
    $y += 1;
    print "x=$x\n";
    print "y=$y\n";
    
  2. or download this
    x=123456789012345678901234567891
    y=1.23456789012346e+029