Clearly named constants.
More...
#include <limits>
Go to the source code of this file.
Clearly named constants.
- Copyright
- (C) Copyright Aquaveo 2018. Distributed under FreeBSD License (See accompanying file LICENSE or https://aqaveo.com/bsd/license.txt)
Definition in file XmConst.h.
◆ XM_DBL_HIGHEST
const double xms::XM_DBL_HIGHEST |
|
static |
Initial value:=
std::numeric_limits<double>::max()
1.7976931348623157e+308
Definition at line 40 of file XmConst.h.
◆ XM_DBL_LOWEST
const double xms::XM_DBL_LOWEST |
|
static |
Initial value:=
std::numeric_limits<double>::lowest()
-1.7976931348623157e+308
Definition at line 42 of file XmConst.h.
◆ XM_DBL_NEAREST_ZERO
const double xms::XM_DBL_NEAREST_ZERO |
|
static |
Initial value:=
std::numeric_limits<double>::min()
2.2250738585072014e-308
Definition at line 44 of file XmConst.h.
◆ XM_UINT_HIGHEST
const unsigned int xms::XM_UINT_HIGHEST |
|
static |
Initial value:=
std::numeric_limits<unsigned int>::max()
4294967295
Definition at line 35 of file XmConst.h.