cgal/Algebraic_foundations/doc_tex/Algebraic_foundations_ref/RealEmbeddableTraits_Abs.tex

29 lines
616 B
TeX

\begin{ccRefConcept}{RealEmbeddableTraits::Abs}
\ccDefinition
\ccc{AdaptableUnaryFunction} computes the absolute value of a number.
\ccRefines
\ccc{AdaptableUnaryFunction}
\ccTypes
\ccSetThreeColumns{xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}{xxx}{}
\ccTypedef{typedef RealEmbeddableTraits::NT result_type;}{}\ccGlue
\ccTypedef{typedef RealEmbeddableTraits::NT first_argument_type;}{}
\ccOperations
\ccMethod{result_type operator()(
const first_argument_type& x);}
{ computes the absolute value of $x$. }
%\ccHasModels
\ccSeeAlso
\ccRefIdfierPage{RealEmbeddableTraits}\\
\end{ccRefConcept}