cgal/Algebraic_foundations/doc_tex/Algebraic_foundations_ref/simplify.tex

22 lines
454 B
TeX

\begin{ccRefFunction}{simplify}
\ccDefinition
The function \ccRefName\ may simplify a given object.
The function is defined if the argument type
is a model of the \ccc{IntegralDomainWithoutDivision} concept.
\ccInclude{CGAL/number_utils.h}
\ccFunction{template <class NT> void simplify(const NT& x);}
{}
\ccSeeAlso
\ccRefConceptPage{IntegralDomainWithoutDivision}\\
\ccRefConceptPage{AlgebraicStructureTraits::Simplify}\\
\end{ccRefFunction}