Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Square Root Finder Using Bisection Method

A Python command-line program that approximates square roots using the bisection (binary search) numerical method.

Features

  • Handles positive numbers and decimals
  • Adjustable tolerance
  • Adjustable maximum iterations
  • Input validation
  • Interactive CLI
  • Graceful exit commands

Example

Enter a number: 93
Enter tolerance: 0.1
Enter max iterations: 20

√93 = 9.640625

Technologies

  • Python 3

What I Learned

  • Numerical methods
  • Binary search
  • Convergence checking
  • Floating-point calculations
  • Error handling

Status

Completed ✔

About

CLI square root finder using the bisection (binary search) numerical method.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages