E

class manim_eng.units.E(exponent: int)

Bases: Unit

Unit representing scientific notation. Printed as ‘×10^{exponent}’.

Parameters:

exponent (int) – The exponent of the ‘10’.

to_latex() str

Return a LaTeX math mode string representation of scientific notation.