mirror of https://github.com/CGAL/cgal
27 lines
546 B
TeX
27 lines
546 B
TeX
\begin{ccRefConcept}{RealEmbeddableTraits::Abs}
|
|
|
|
\ccDefinition
|
|
|
|
\ccc{AdaptableUnaryFunction} computes the absolute value of a number.
|
|
|
|
\ccRefines
|
|
|
|
\ccc{AdaptableUnaryFunction}
|
|
|
|
\ccTypes
|
|
\ccTypedef{typedef RealEmbeddableTraits::NT result_type;}{}
|
|
\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}
|