Help for this page

Select Code to Download


  1. or download this
    C:\>perl -MMath::Decimal64 -le "$x=Math::Decimal64->new(0); $x += Math
    +::Decimal64->new('20.1') for (1..43);print $x;"
    8643e-1
    
  2. or download this
    perl -MMath::Decimal64 -le "$x=Math::Decimal64->new(0); $x += '20.1' f
    +or (1..43);print $x;"