USE:
Calculate N1 to the power of N2.
TYPE: Command, Reference
RETURNS: Float
THEME: Math
COMPARE:
EXAMPLE:
Code: Select all
N1 = 1
N3 = Power(N1*2, 2)
"The result should be 4"
Code: Select all
N1 = 1
N3 = Power(N1*2, 2)
"The result should be 4"