CGAL 5.1.5 - Algebraic Foundations
|
AdaptableUnaryFunction
computes the absolute value of a number.
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\). | |