div

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

Divides this angle by a scalar and returns the result.

Return

the division result

Parameters

divisor

the value to divide by


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

Divides this angle by a time to get angular velocity (angle per time).

Return

the angular velocity (angle/time)

Parameters

time

the time to divide by