7 #include "../common/RealRoots.h"
A small wrapper that configures logging for carl.
carl is the main namespace for the library.
RealRootsResult< IntRepRealAlgebraicNumber< Number > > real_roots(const UnivariatePolynomial< Coeff > &polynomial, const Interval< Number > &interval=Interval< Number >::unbounded_interval())
Find all real roots of a univariate 'polynomial' with numeric coefficients within a given 'interval'.
static Interval< Number > unbounded_interval()
Method which returns the unbounded interval rooted at 0.