ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > DC Member Programs and Projects

Square Root Formula Visualizer: Walk like the Babylonians

(1/1)

shinkarom:
https://shinkarom.github.io/sqrt

The Babylonian method of finding square root is:

* guess a random number
* divide the number whose square root you want to find by it
* average the two and get your next guessRinse, repeat until your guesses are too close to each other.

This program allows you to see each step of this procedure.

x16wda:
That's lovely!  :Thmbsup:

Navigation

[0] Message Index

Go to full version