MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / regula_falsi

Function regula_falsi

numerical_methods/false_position.cpp:55–77  ·  view source on GitHub ↗

* @brief This function finds root of the equation in given interval i.e. (x1,x2). * @param x1,x2 values for an interval in which root is present. @param y1,y2 values of function at x1, x2 espectively. * @return root of the equation in the given interval. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.85

Calls 1

eqFunction · 0.70

Tested by

no test coverage detected