Constants#

Note

Declared in <god/types.hpp>

static const std::int64_t god::integer_max = 9223372036854775807#

The upper limit (maximum) for accepted integer values.

static const std::int64_t god::integer_min = -9223372036854775807#

The lower limit (minimum) for accepted integer values.

static const double god::double_max = static_cast<double>(integer_max)#

The upper limit (maximum) for accepted decimal values.

static const double god::double_min = static_cast<double>(integer_min)#

The lower limit (minimum) for accepted decimal values.