cos

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

Creates a COS(expr) function that returns the cosine of the given numeric expression.

Return

The COS(expr) function.

Parameters

operand

The expression.

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