Help for this page

Select Code to Download


  1. or download this
    perl -e "print q/2e+11/, $/; print 2e+11, $/;"
    
  2. or download this
    perl -e "print q/2e+11/ + 0, $/;"
    
  3. or download this
    my @numbers;
    while( my $num = <DATA> ) {
    ...
    1e-13
    2e-18
    1e-11