MCPcopy Create free account
hub / github.com/TheAlgorithms/C / test3

Function test3

misc/poly_add.c:261–287  ·  view source on GitHub ↗

* @brief Test function 3 * * @details * Polynomial 1 is -12 x^0 + 8 x^1 + 4 x^3 * Polynomial 2 is 5 x^0 + -13 x^1 + 3 x^3 * Resultant polynomial is -7 x^0 + -5 x^1 + 7 x^3 * @returns void */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.70

Calls 4

create_polynomialFunction · 0.85
display_polynomialFunction · 0.85
poly_addFunction · 0.85
free_polyFunction · 0.85

Tested by

no test coverage detected