Help for this page

Select Code to Download


  1. or download this
     use Math::BigFloat lib => 'GMP';
    
  2. or download this
    use Math::BigInt;
    
    ...
    
      # will warn if Math::BigInt::GMP cannot be found
      use Math::BigInt lib => 'GMP';