saiunit.typing.QuantityLike

Contents

saiunit.typing.QuantityLike#

saiunit.typing.QuantityLike = int | float | complex | numpy.number | numpy.ndarray | jax.Array | ForwardRef('Quantity')#

Type alias for objects that can be converted to a Quantity. Includes plain numbers, NumPy arrays, JAX arrays, and existing Quantity objects.