div
Divides this measurement by some constant divisor and returns the result. This is equivalent to times(1 / divisor)
Return
the resulting measure
Parameters
divisor
the constant to divide by
See also
.times
Divides this measurement by another measure and performs some dimensional analysis to reduce the units.
Return
the resulting measure
Parameters
other
the unit to multiply by