Pow

Definition:

Pow(number, power)

 

Description:

Obtain the value of a specified number raised to a specified power.

 

Platforms:

All

 

Parameters:

number - required

The base number.

 

power - required

The power by which the base number should be raised.

 

Returns:

The value of the specified number to the specified power.