RT_ | RT | is the type RT_ itself. (eg. ZZ). | |
| FT | is the field type associated to RT (eg. QQ). | |
| XT | is the numeric type associated to RT (eg. double). | |
| FIT | is the type of exact intervals (eg. Interval<QQ>). | |
| XIT | is the type of approximate intervals (eg. Interval<double>). |
gcd, isqrt, sqrt etc.
Definition at line 37 of file NumberTraits.h.
Public Types | |
| typedef kernelof< RT_ >::T | K |
| typedef K::integer | RT |
| typedef K::rational | FT |
| typedef K::ieee | XT |
| typedef Interval< FT > | FIT |
| typedef Interval< XT > | XIT |
| typedef NumberTraits< RT > | self_t |
| typedef hasfunction< RT >::gcd | Has_gcd |
|
typedef hasfunction< RT >::isqrt | Has_isqrt |
|
typedef hasfunction< RT >::sqrt | Has_sqrt |
| typedef isexact< RT >::T | Is_exact |
| typedef isring< RT >::T | Is_Ring_type |
| typedef isfield< RT >::T | Is_Field_type |
![]() |