tan

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

Creates a TAN(expr) function that returns the tangent of the given numeric expression.

Return

The TAN(expr) function.

Parameters

operand

The numeric expression.

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