Help for this page

Select Code to Download


  1. or download this
    use Math::BigFloat;
    
    ...
        }
        return $current;
    }
    
  2. or download this
    $x = Root( 100, 5 );
    
  3. or download this
    $x = Root( 500000, 555 );