CGAL::to_double

Definition

The template function to_double returns an double approximation of a number. The function is guaranteed to be well defined in case the argument type is a model of the RealEmbeddable concept.

#include <CGAL/number_utils.h>

template <class NT>
double to_double ( NT x)

See Also

RealEmbeddable
RealEmbeddableTraits::ToDouble