Sequence of Bisect implementations
Bisect2.cpp File Reference
#include <cmath>
#include <iostream>
Include dependency graph for Bisect2.cpp:

Go to the source code of this file.

Functions

double f (const double x)
 
double Bisect2 (const double a, const double b)
 
int main ()
 

Variables

const double EPS = 1e-6
 

Function Documentation

◆ Bisect2()

double Bisect2 ( const double  a,
const double  b 
)

Definition at line 47 of file Bisect2.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ f()

double f ( const double  x)

Definition at line 15 of file Bisect2.cpp.

Here is the caller graph for this function:

◆ main()

int main ( )

Definition at line 22 of file Bisect2.cpp.

Here is the call graph for this function:

Variable Documentation

◆ EPS

const double EPS = 1e-6

Definition at line 13 of file Bisect2.cpp.