* @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 not stored for this graph (policy: none)
no test coverage detected