Numericalunits

Numericalunits

Numericalunits is a Python package that lets you define quantities with units, which can then be used in almost any numerical calculation in any programming language. It provides a complete set of independent base units (meters, kilograms, seconds, coulombs, kelvins) are defined as randomly-chosen positive floating-point numbers. All other units and constants are defined in terms of those. In a dimensionally-correct calculation, the units all cancel out, so the final answer is deterministic, not random.

Numericalunits Information