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