|
|
typedef T | Type |
| |
|
typedef T | UnsignedType |
| |
|
|
static bool | IsFinite (const Type x) |
| |
|
static bool | IsNaN (const Type x) |
| |
|
static bool | IsInf (const Type x) |
| |
|
static bool | IsPosInf (const Type x) |
| |
|
static bool | IsNegInf (const Type x) |
| |
|
|
static const bool | kIsSigned |
| |
|
static const bool | kIsInteger |
| |
|
static const Type | kPosMin |
| |
|
static const Type | kPosMax |
| |
|
static const Type | kMin |
| |
|
static const Type | kMax |
| |
|
static const Type | kNegMin |
| |
|
static const Type | kNegMax |
| |
|
static const int | kMin10Exp |
| |
|
static const int | kMax10Exp |
| |
|
static const Type | kEpsilon |
| |
|
static const Type | kStdError |
| |
|
static const int | kPrecisionDigits |
| |
|
static const Type | kNaN |
| |
|
static const Type | kPosInf |
| |
|
static const Type | kNegInf |
| |
template<typename T>
struct MathLimits< T >
Definition at line 26 of file mathlimits.h.
The documentation for this struct was generated from the following file: