How change a number to scientific number in linux?
Number
0.000111309
scientific number
1.11E-04
Used awk,python or perl. Thanks.
And, how to get the minimum value from many Scientific Number in python? Just like sort -g | sed -n '$p'
in bash.
whether python can change automatically number to Scientific Number when print? I'm find the 0 will become to 0.000000e+00 when print.