Help for this page

Select Code to Download


  1. or download this
    $_=sprintf("%#1.4e",122.34);
    s/e([+-])(.*)/"e($1".int($2).")"/e;
    print;