Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use Math::GMPz qw(:mpz);
    $num = 144115188075868217;# this is an IV
    $obj = Math::GMPz->new($num);
    
  2. or download this
    use warnings;
    use Math::GMPz qw(:mpz);
    $num = 2 ** 57 + 12345;# this is an NV
    $obj = Math::GMPz->new($num);