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

Function test2

misc/poly_add.c:221–250  ·  view source on GitHub ↗

* @brief Test function 2 * * @details * Polynomial 1 is 3 x^5 + 1 x^4 + 2 x^3 + -2 x^1 + 5 x^0 * Polynomial 2 is 2 x^5 + 3 x^3 + 7 x^1 + 2 x^0 * Resultant polynomial is 5 x^5 + 1 x^4 + 5 x^3 + 5 x^1 + 7 x^0 * @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