Getting started
User Guide
Advanced usage
Development
Extras
Factor that takes fr to the units of to
fr (str) – starting unit
str
to (str) – ending unit
opts (dict, optional) – controls whether the unit conversion is in powers or fractional units
dict
tbl (dict, optional) – dictionary of units (default to the global table)
Examples
>>> unit_convert("kg","g") 1000.0 >>> unit_convert("eV","J") 1.60217733e-19