Help for this page

Select Code to Download


  1. or download this
    D:\>perl -le "$x = 8.95 * 100; print int($x);"
    895
    
  2. or download this
    D:\>perl -le "$x = 8.95 * 100; print int($x);"
    894
    
  3. or download this
    D:\>perl -V:nvtype
    nvtype='long double';