Pow()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Mathematical functions >

Pow()

Description

Calculate a number raised to a power, xy.

 

Type

REGULAR FUNCTION

 

Usage

Result = Pow(X, Y)

 

X

REAL

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

Y

REAL

Exponent.

Result

REAL

Result of the calculations.