CGAL 5.6.1 - Algebraic Foundations
RealEmbeddableTraits_::Abs Concept Reference

Definition

AdaptableUnaryFunction computes the absolute value of a number.

Refines
AdaptableUnaryFunction
See also
RealEmbeddableTraits

Types

typedef unspecified_type result_type
 Is RealEmbeddableTraits::Type.
 
typedef unspecified_type argument_type
 Is RealEmbeddableTraits::Type.
 

Operations

result_type operator() (argument_type x)
 computes the absolute value of \( x\).