Help for this page

Select Code to Download


  1. or download this
    use Math::BigRat;
    my $num = Math::BigRat->new("9e-10");
    print $num->as_float(), "\n";