WSQ13 – Babylonian method

the babylonian method consists in guessing the closest value to the square root of one number and use it to get closer to the real root.

reference: http://mathlesstraveled.com/2009/05/18/square-roots-with-pencil-and-paper-the-babylonian-method/

my code github: https://github.com/nazare52/progra/blob/master/wsq13.py

CC BY 4.0 WSQ13 – Babylonian method by sergio is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.