The document compares the results of calculating the square root of numbers from 1 to 25 using a custom my_sqrt function versus the built-in math.sqrt function in Python, recording any differences between the results.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
16 views1 page
SQRT Table
The document compares the results of calculating the square root of numbers from 1 to 25 using a custom my_sqrt function versus the built-in math.sqrt function in Python, recording any differences between the results.