Unit Helper Module#

The unit_helper module provides helper utility to convert various units.

Summary Functions#

c2f(celsius)

Convert Celsius to Fahrenheit.

Summary Classes#

_Quantity([x])

Subtype of float that can represent quantities by adding a unit

UnitConverter(unit)

Callable that converts quantities or unitless numbers to quantities of its unit