power

expect fun power(base: Expression, exp: Expression): Expression(source)

Creates a POWER(base, exponent) function that returns the value of the given base expression power the given exponent expression.

Return

The POWER(base, exponent) function.

Parameters

base

The base expression.

exp

The exponent expression.

actual fun power(base: Expression, exp: Expression): Expression(source)
actual fun power(base: Expression, exp: Expression): Expression(source)