Contents
#include <mathcurve.h> struct Roots { // fields int numRoots; double root1; double root2; };