carl
24.04
Computer ARithmetic Library
|
All types that represent floating point numbers are marked with is_float_type
.
More...
Data Structures | |
struct | carl::is_float_type< T > |
States if a type is a floating point type. More... | |
All types that represent floating point numbers are marked with is_float_type
.
A floating point type is used to approximate real number and in general behaves like a field. However, it does not guarantee exact computation and may be subject to rounding errors or overflows.
struct carl::is_float_type |
States if a type is a floating point type.
Default is true if std::is_floating_point
is true for this type.
Definition at line 177 of file typetraits.h.