Babylonian Method

– Babylonian Method                                                                                              @PablO_CVi

In this assignment you will write a function to calculate the square root of a number using the Babylonian method. You can search for that method, it will be easy to find.

My code: https://github.com/PablOCVi/WSQ/blob/master/WSQ13.py

CC BY 4.0 Babylonian Method by Pablo is licensed under a Creative Commons Attribution 4.0 International License.

Comments are closed.