UnitSequence¶
- class manim_eng.units.UnitSequence(units: Sequence[Unit])¶
Bases:
objectA sequence of individual units.
This should be considered an internal implementation type, and is not intended for external use.
- Parameters:
units (Sequence[Unit]) – An (ordered) sequence of Unit that form the set of units.
Notes
unitsrepresent how a unit set would be written, so prefixes never have exponents. For example, \(1 \mathrm{V s^{-1}}\) would be [k, \(\mathrm{s^{-1}}\)].- to_latex() str¶
Return a LaTeX math mode string representation of the unit.