Define SI prefixes for a given unit symbol and dimension. Generates definitions for all SI prefixes with the specified dimension.
Example:
define_si_prefixes m will create definitions for
mm, cm, km, etc. for the meter unit symbol m.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Define SI prefixes with an offset for a given unit symbol and dimension. Generates definitions for all SI prefixes with the specified dimension and an offset. The offset is applied to the value of the prefix.
Example:
define_si_prefixes_with_offset k g milli will create definitions for
mg, cg, kg, etc. for the gram unit symbol g and dimension M𝓭, with an offset of milli.
This means that g will be defined as 0.001 * 1.0 relative to the base unit kg.
Equations
- One or more equations did not get rendered due to their size.