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

Function integral_approx

math/integral_approximation.cpp:42–53  ·  view source on GitHub ↗

* @brief Computes integral approximation * @param lb lower bound * @param ub upper bound * @param func function passed in * @param delta * @returns integral approximation of function from [lb, ub] */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected