Root extraction is the inverse operation of exponentiation, used to find the root of a number.
- sqrt (square root): Find the second root of a number, √x
- cbrt (cube root): Find the third root of a number, ∛x
Root operations are widely used in geometry, physics, and engineering, such as calculating hypotenuse length and standard deviation.