Function Power

None

Format:

xm

Input:

number x -
number m -

Output:

number - None

Properties that reference this function:

square_root(x) == power(x, 1 / 2) (Square Root Property)
x1 = x (Power By 1)
x0 = 1 (Power By 0)
x(m + n) = (xm) ⋅ (xn) (Power By M and N)
(xm)n = x(mn) (Power By M Times N)
(xy)n = (xn) ⋅ (yn) (Power of a Product)

Conditional properties that reference this function:



Comments

Please log in to add comments