CAPD DynSys Library
5.2.0
|
Traits of type double. More...
#include <capd/basicalg/TypeTraits.h>
Public Types | |
typedef double | Real |
Static Public Member Functions | |
static double | zero () |
returns object set to zero More... | |
static double | one () |
returns object set to one More... | |
static int | numberOfDigits () throw () |
number of decimal digits More... | |
static double | epsilon () throw () |
Machine epsilon (the difference between 1 and the least value greater than 1 that is representable). More... | |
static constexpr bool | isInf (double a) noexcept |
static constexpr bool | isNaN (double a) noexcept |
static double | convert (const S &obj) |
static constexpr double | max (double a, double b) noexcept |
static constexpr double | min (double a, double b) noexcept |
static constexpr double | abs (double a) noexcept |
static bool | isSingular (double a) |
Static Public Attributes | |
static const bool | isInterval |
this flag is true for all interval types More... | |
Traits of type double.
|
inherited |
|
inlinestaticconstexprnoexceptinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Machine epsilon (the difference between 1 and the least value greater than 1 that is representable).
|
inlinestaticconstexprnoexceptinherited |
|
inlinestaticconstexprnoexceptinherited |
|
inlinestaticinherited |
|
inlinestaticconstexprnoexceptinherited |
|
inlinestaticconstexprnoexceptinherited |
|
inlinestaticinherited |
number of decimal digits
|
inlinestaticinherited |
returns object set to one
|
inlinestaticinherited |
returns object set to zero
|
staticinherited |
this flag is true for all interval types