Pow()

Pow()

Type: REGULAR FUNCTION

Purpose: Calculate a number raised to a power, xy.

Usage: Result = Pow(X, Y)

 

X

REAL

Base value. If X < 0, –X is used.

 

Y

REAL

Exponent

  Result REAL Result of the calculation

Related Topics Link IconRelated Topics