sin

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

Creates a SIN(expr) function that returns the sin of the given numeric expression.

Return

The SIN(expr) function.

Parameters

operand

The numeric expression.

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