I have a float number such as x=23392342.1
x=23392342.1
I would like to convert it to a string with engineering notation (with metric prefix)
http://en.wikip
A direct solution is to use the Decimal.to_eng_string method and then do a dictionary lookup to convert the exponent to appropriate metric prefix.