Help for this page
>perl -e"printf '%.16e', 0.1" 1.0000000000000001e-001 ^ | |
for (0..89) { my $i = $_ / 10; print "$i\n"; }