Power
Syntax: Power(real1, integer1)
Arguments:
- real1 is a number or numeric value.
- integer1 is a number or numeric value.
Return Type: Real
Description: Calculates real1 is a real number and integer1 is an integer.
Example:
p2 is a real;
p2 = Power(2,3)
Description: Calculates real1 to the power of integer1.