Math Calculator
Professional mathematical conversions and calculations. Convert fractions, decimals, number systems, and perform geometric calculations with step-by-step solutions.
Raises a base number to any power (exponent). Supports integer, decimal, and negative exponents.
Knuth's up-arrow notation extends exponents: 2↑↑4 means 2^(2^(2^2)) = 2^(2^4) = 2^16 = 65,536. Numbers grow incomprehensibly fast under iterated exponentiation.
(-2)⁴ = 16 (positive), but -2⁴ = -16 (the negative applies after squaring, due to operator precedence).