I'm wondering how does calculation made in the python using the power (**) with 0.5 calculate the square root value.
So while doing 2**0.5
in python we are getting 1.4142135.
Does anyone knows how does calculation has been made in python. how can we do that math in written.