div

operator fun div(number: T): Angle<T>

Divides this angle by the specified number.


operator fun div(other: Angle<T>): T

Divides this angle by the other angle.