python format si preeffix code example
Example: python string with si suffix to number
from quantiphy import Quantity
v = Quantity('800m').real
# output = 0.8
from quantiphy import Quantity
v = Quantity('800m').real
# output = 0.8