pow

The pow Statement

The pow statement lets you calculate the value of x raised to the y power and store the result in the output (first) argument. The syntax of the pow statement is shown below.

 pow result, x, y//  store the x^y in result

Generated by  doxygen 1.6.2