Files
cgal/Algebraic_foundations/doc_tex/Algebraic_foundations_ref/RealEmbeddableTraits_Sign.tex
T
Michael Hemmer 71b369c466 rename:
AlgebriacStructureTraits::Algebraic_structure  -> ::Type
RealEmbeddableTraits::Real_embeddable -> ::Type
CoercionTraits::Coercion_type -> ::Type
FractionTraits::Fraction -> ::Type
FractionTraits::Numerator -> ::Numerator_type
FractionTraits::Denominator -> ::Denominator_type

minor changes
2006-11-24 15:36:22 +00:00

31 lines
611 B
TeX

\begin{ccRefConcept}{RealEmbeddableTraits::Sign}
\ccDefinition
\ccc{AdaptableUnaryFunction} computes the sign of a real embeddable number.
\ccRefines
\ccc{AdaptableUnaryFunction}
\ccTypes
\ccNestedType{result_type}
{ Type convertible to \ccc{CGAL::Sign}.}
\ccNestedType{argument_type}
{ Is \ccc{RealEmbeddableTraits::Type}.}
\ccOperations
\ccCreationVariable{sign}
\ccThree{xxxxxxxxxxx}{xxxxxxxxxxx}{}
\ccMethod{result_type operator()(argument_type x);}
{ computes the sign of $x$. }
%\ccHasModels
\ccSeeAlso
\ccRefIdfierPage{RealEmbeddableTraits}\\
\end{ccRefConcept}