vunits.db.short_prefixes¶
-
vunits.db.
short_prefixes
= {'E': 1e+18, 'G': 1000000000.0, 'M': 1000000.0, 'P': 1000000000000000.0, 'T': 1000000000000.0, 'Y': 1e+24, 'Z': 1e+21, 'a': 1e-18, 'c': 0.01, 'd': 0.1, 'da': 10.0, 'f': 1e-15, 'h': 100.0, 'k': 1000.0, 'm': 0.001, 'mu': 1e-06, 'n': 1e-09, 'p': 1e-12, 'y': 1e-24, 'z': 1e-21}¶ Short prefix used for unit symbols (e.g. km). See table of values in the prefix section
- Type
dict