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

Function test1

misc/poly_add.c:186–210  ·  view source on GitHub ↗

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