CGAL 5.1 - Algebraic Foundations
RealEmbeddableTraits_::ToInterval Class Reference

#include <Concepts/RealEmbeddableTraits--ToInterval.h>

Definition

AdaptableUnaryFunction computes for a given real embeddable number \( x\) a double interval containing \( x\). This interval is represented by std::pair<double,double>.

Refines:
AdaptableUnaryFunction
See also
RealEmbeddableTraits

Types

typedef std::pair< double, double > result_type
 The result type. More...
 
typedef unspecified_type argument_type
 Is RealEmbeddableTraits::Type. More...
 

Operations

result_type operator() (argument_type x)
 computes a double interval containing \( x\). More...
 

Member Typedef Documentation

◆ argument_type

◆ result_type

typedef std::pair<double,double> RealEmbeddableTraits_::ToInterval::result_type

The result type.

Member Function Documentation

◆ operator()()

result_type RealEmbeddableTraits_::ToInterval::operator() ( argument_type  x)

computes a double interval containing \( x\).