Help for this page

Select Code to Download


  1. or download this
    for ( -0.1, -0.01, -0.001, -0.0001, -10 ) {
        printf "%s --> %0.1f\n", $_, sprintf "%0.1f", $_
    }