sqrt

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

Creates a SQRT(expr) function that returns the square root of the given numeric expression.

Return

The SQRT(expr) function.

Parameters

operand

The numeric expression.

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