|
CGAL 5.1 - Algebraic Foundations
|
#include <Concepts/RealEmbeddableTraits--Abs.h>
AdaptableUnaryFunction computes the absolute value of a number.
AdaptableUnaryFunctionRealEmbeddableTraits Types | |
| typedef unspecified_type | result_type |
Is RealEmbeddableTraits::Type. More... | |
| typedef unspecified_type | argument_type |
Is RealEmbeddableTraits::Type. More... | |
Operations | |
| result_type | operator() (argument_type x) |
| computes the absolute value of \( x\). More... | |
| typedef unspecified_type RealEmbeddableTraits_::Abs::argument_type |
| typedef unspecified_type RealEmbeddableTraits_::Abs::result_type |
| result_type RealEmbeddableTraits_::Abs::operator() | ( | argument_type | x | ) |
computes the absolute value of \( x\).