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