div

open operator override fun div(divisor: Double): AngularVelocity(source)

Divides this measure by a scalar and returns the result.

Return

the division result

Parameters

divisor

the value to divide by


operator fun div(time: Time): AngularAcceleration(source)

Divides this angular velocity by a time to get angular acceleration.

Return

the angular acceleration (angular velocity/time)

Parameters

time

the time to divide by