Help for this page

Select Code to Download


  1. or download this
    use bignum;
    my $f = Math::BigFloat->new('2');
    print $f, "\n";
    print ref($f), "\n";
    print $f->bsqrt(), "\n";
    print $f, "\n";
    
  2. or download this
    2
    Math::BigInt
    1.41421356237309504880168872420969807857
    2