tensorstore.Unit.__truediv__(self, divisor: float) Unit

Divides this unit by the specified divisor.

Example

>>> ts.Unit('7nm') / 2
Unit(3.5, "nm")