8 template<
typename From,
typename To, carl::DisableIf< std::is_same<From,To> > = dummy >
13 template<
typename From,
typename To, carl::EnableIf< std::is_same<From,To> > = dummy >
14 inline Interval<To>
convert(
const Interval<From>& i) {
carl is the main namespace for the library.
BasicConstraint< ToPoly > convert(const typename ToPoly::ContextType &context, const BasicConstraint< FromPoly > &c)
The class which contains the interval arithmetic including trigonometric functions.
BoundType lower_bound_type() const
The getter for the lower bound type of the interval.
const Number & upper() const
The getter for the upper boundary of the interval.
const Number & lower() const
The getter for the lower boundary of the interval.
BoundType upper_bound_type() const
The getter for the upper bound type of the interval.