pow
ACTION: returns the value of the first value to the power of the second value
USE: a=pow(value,exponent)
EXAMPLE:
a=pow(2,3)

RESULT:
a=8

REMARKS: this is equivalent to 2^3

RELATED: log logn