Babylonian Method

Hey guys, this one isn’t really difficult, you just need to understand how babylonian method works and translate that info into code.

Here’s my code:

https://github.com/JsphSalazar/WSQ-s/blob/master/WSQ13

img_heron-square-root

Also I did some research too, I think this will help you:

https://github.com/okomestudio/cs4bum/blob/master/numeric/sqrt_babylonian.py

http://stackoverflow.com/questions/4532015/how-to-implement-square-root-and-exponentiation-on-arbitrary-length-numbers

CC BY 4.0 #WSQ13 by jsphsalazar is licensed under a Creative Commons Attribution 4.0 International License.