in reply to Re^3: Decimal to Scientific notation
in thread Decimal to Scientific notation
I'd still be inclined to write
instead ;-)c:\@Work\Perl>perl -wMstrict -le "printf qq{%.11e\n}, $_ for 0.99982928833, 0.99982928832; " 9.99829288330e-001 9.99829288320e-001
Give a man a fish: <%-(-(-(-<
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Decimal to Scientific notation
by karlgoethebier (Abbot) on Mar 24, 2015 at 19:19 UTC |