lcapy.units

This module provides the Units class for simplification of units. It should be rolled into SymPy. It can perform simplification of units, e.g., volts / amperes -> ohms.

Copyright 2020–2021 Michael Hayes, UCECE

Functions

as_value_unit(expr)

Classes

Units([unit_system])