Scalar ====== .. currentmodule:: rmnpy.wrappers.sitypes .. autoclass:: Scalar :members: :undoc-members: :show-inheritance: :no-index: :exclude-members: __init__, __add__, __sub__, __mul__, __truediv__, __pow__, __repr__, __str__, __eq__, __ne__, __lt__, __le__, __gt__, __ge__, __hash__ Overview -------- The :class:`Scalar` class is the primary interface for working with physical quantities that have both a numerical value and a unit. It provides automatic dimensional analysis, unit conversion, and mathematical operations while maintaining dimensional safety.