Loading [MathJax]/extensions/TeX/AMSsymbols.js
 
CGAL 6.0.1 - Number Types
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Loading...
Searching...
No Matches
double.h File Reference

This header provides all necessary functions so the fundamental type double is a model of the concepts RealEmbeddable and Field. More...

Namespaces

namespace  CGAL
 

Functions

bool CGAL::is_finite (double x)
 Determines whether the argument represents a value in \( \mathbb{R}\).
 

Detailed Description

This header provides all necessary functions so the fundamental type double is a model of the concepts RealEmbeddable and Field.

Due to rounding errors and overflow double is considered as not exact.

Is model of
FieldWithSqrt
RealEmbeddable