Power (exponentiation)

Syntax


y = pow(x, p)

Description


Returns the input x raised to power p  (input arguments may be an expressions evaluating to a doubleprecision values).  The use of this function is equivalent to the elementary CSL exponentiation operator (^).

Example


y = pow(t, 0.333)