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

Function single_test

math/euclidean_algorithm_extended.c:121–129  ·  view source on GitHub ↗

* @brief perform one single check on the result of the algorithm with provided * parameters and expected output * * @param a first paramater for Euclidean algorithm * @param b second parameter for Euclidean algorithm * @param gcd expected value of result.gcd * @param x expected value of result.x * @param y expected value of result.y * * @returns void */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.85

Calls 1

Tested by

no test coverage detected