realroot_doc 0.1.1
|
#include <texp_isexact.hpp>
Traits class which specifies if the type X
is exact. For a type X
in a kernel K
, we have the following type values fo:
isexact<K::integer>
: true_t
isexact<K::rational>
: true_t
isexact<K::floating>
: false_t
isexact<K::ieee>
: false_t
If not specified, the default value isexact<X>::T
is false_t
. Definition at line 29 of file texp_isexact.hpp.
Definition at line 31 of file texp_isexact.hpp.
Definition at line 32 of file texp_isexact.hpp.