Skip to content

this program uses the bisection method to approximate the square root of a given number. It prompts the user for input, checks for validity, and performs the bisection process until the root is sufficiently approximated. It then returns the square root to the user with an appropriate message.

Notifications You must be signed in to change notification settings

davitacols/A-Python-Implementation-of-the-Babylonian-Method-for-Square-Root-Calculation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

A-Python-Implementation-of-the-Babylonian-Method-for-Square-Root-Calculation

this program uses the bisection method to approximate the square root of a given number. It prompts the user for input, checks for validity, and performs the bisection process until the root is sufficiently approximated. It then returns the square root to the user with an appropriate message.

About

this program uses the bisection method to approximate the square root of a given number. It prompts the user for input, checks for validity, and performs the bisection process until the root is sufficiently approximated. It then returns the square root to the user with an appropriate message.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages