exp

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

Creates a EXP(expr) function that returns the value of 'e' power by the given numeric expression.

Return

The EXP(expr) function.

Parameters

operand

The expression.

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