power

Description

Returns the number raised to the desired power.

Parameters

Return Type

Number

Example

number a = power(2, 3); print("a= " + a);

Prints: a= 8;

See also