radians

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

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

Return

The RADIANS(expr) function.

Parameters

operand

The expression.

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