Pocket calculators typically implement good routines to compute the exponential function and the natural logarithm, and then compute the square root of x using the identity sqrt(x)=exp(0.5* ln(x)). Similarly, cbrt(x)=exp(ln(x)/3)
Source: Wikipedia.
Arun