Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $s = sqrt($num);
        print Dumper(\$s);
    }
    
  2. or download this
    $VAR1 = \bless( {
                       '_es' => '-',
    ...
                       'sign' => '+'
                     }, 'Math::BigFloat' );
    $VAR1 = \'1.4142135623731';