asin

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

Creates an ASIN(expr) function that returns the inverse sin of the given numeric expression.

Return

The ASIN(expr) function.

Parameters

operand

The expression.

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