Physical unit handling: the cij.util.units
module
Unit registery provided by Pint. Because the
entire program should share a same Pint unit register, units
is the instance
that is created here and then shared upon.
- cij.util.units.convert_unit(unit_from, unit_to, value=None)
- Return type
TypeVar
(_T
)