degrees

expect fun degrees(operand: Expression): Expression(source)

Creates a DEGREES(expr) function that returns the degrees value of the given radians value expression.

Return

The DEGREES(expr) function.

Parameters

operand

The expression.

actual fun degrees(operand: Expression): Expression(source)
actual fun degrees(operand: Expression): Expression(source)