Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 387 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 387 Bytes

The Bisection method is a root-finding method that applies to any continuous functions for which one knows two values with opposite signs.

Course: Numerical Methods Laboratory, Monsoon 2011
Taught by: Prof. Bata Krushna Ojha

See main.cpp for code.