POW

Raise to a power

@POW(expression1, expression2)

Description

Returns expression1 raised to the power expression2 as a floating-point value. The two expressions must be separated by a comma.

Example

BUF EQU @CVI(@POW(2.0,3.0)) ; BUF = 8