Loading [MathJax]/extensions/TeX/AMSmath.js
 
CGAL 6.0.1 - Algebraic Foundations
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
Loading...
Searching...
No Matches
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>
leda_rational
leda_bigfloat
leda_real
See also
RingNumberType
Kernel