Processing math: 100%
CGAL 4.4 - Algebraic Foundations
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
FieldNumberType Concept Reference

Definition

The concept FieldNumberType combines the requirements of the concepts Field and RealEmbeddable. A model of FieldNumberType can be used as a template parameter for Cartesian kernels.

Refines:

Field

RealEmbeddable

Has Models:

float

double

CGAL::Gmpq

CGAL::Interval_nt

CGAL::Interval_nt_advanced

CGAL::Lazy_exact_nt<FieldNumberType>

CGAL::Quotient<RingNumberType>

CGAL::leda_rational

CGAL::leda_bigfloat

CGAL::leda_real

See Also
RingNumberType
Kernel