CGAL::simplify

Definition

The function simplify may simplify a given object.

The function is guaranteed to be well defined in case the argument type is a model of the IntegralDomainWithoutDivision concept.

#include <CGAL/number_utils.h>

template <class NT>
void simplify ( NT x)

See Also

IntegralDomainWithoutDivision
AlgebraicStructureTraits::Simplify