Power Calculator (x^y)

Power Function:
• x^y means x multiplied by itself y times
• x^0 = 1 (for any x ≠ 0)
• x^1 = x
• x^(-y) = 1/(x^y)
• (x^a)^b = x^(a×b)

Root Calculator (ⁿ√x)

Root Function:
• ⁿ√x = x^(1/n)
• √x = x^(1/2) (square root)
• ∛x = x^(1/3) (cube root)
• For even roots: x ≥ 0
• For odd roots: x can be any real number