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

Function create_polynomial

misc/poly_add.c:48–64  ·  view source on GitHub ↗

* The function will create a polynomial * @param poly stores the address of the polynomial being created * @param coef contains the coefficient of the node * @param pow contains the degree * @returns none */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

test1Function · 0.85
test2Function · 0.85
test3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected