atan

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

Creates an ATAN(expr) function that returns the inverse tangent of the numeric expression.

Return

The ATAN(expr) function.

Parameters

operand

The expression.

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