I'm a beginner programmer trying to code my own version of python 3.9's math.sqrt(), just for fun and as a little challenge. The math.sqrt() is much faster than anything I've created, so I'm curious how the developers created the function.
Is there a way for me to see the code for the function?
Thanks.