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

Function get_minima

numerical_methods/brent_method_extrema.cpp:36–136  ·  view source on GitHub ↗

* @brief Get the real root of a function in the given interval. * * @param f function to get root for * @param lim_a lower limit of search window * @param lim_b upper limit of search window * @return root found in the interval */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

test1Function · 0.70
test2Function · 0.70
test3Function · 0.70

Calls 1

fFunction · 0.70

Tested by

no test coverage detected