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

Function poly_function

numerical_methods/durand_kerner_roots.cpp:54–70  ·  view source on GitHub ↗

* Evaluate the value of a polynomial with given coefficients * \param[in] coeffs coefficients of the polynomial * \param[in] x point at which to evaluate the polynomial * \returns \f$f(x)\f$ **/

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

durand_kerner_algoFunction · 0.85

Calls 3

realMethod · 0.80
imagMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected