Help for this page

Select Code to Download


  1. or download this
    use Math::BigFloat ();
    
    ...
    $x = Math::BigFloat->new("67567.57") * 222;
    print("$x\n");
    # 15000000.54