CGAL 5.1 - Algebraic Foundations
|
#include <Concepts/RealEmbeddableTraits--Sgn.h>
This AdaptableUnaryFunction
computes the sign of a real embeddable number.
AdaptableUnaryFunction
RealEmbeddableTraits
Types | |
typedef unspecified_type | result_type |
Type convertible to CGAL::Sign . More... | |
typedef unspecified_type | argument_type |
Is RealEmbeddableTraits::Type . More... | |
Operations | |
result_type | operator() (argument_type x) |
Computes the sign of \( x\). More... | |
typedef unspecified_type RealEmbeddableTraits_::Sgn::argument_type |
typedef unspecified_type RealEmbeddableTraits_::Sgn::result_type |
Type convertible to CGAL::Sign
.
result_type RealEmbeddableTraits_::Sgn::operator() | ( | argument_type | x | ) |
Computes the sign of \( x\).