17 static const bool isSigned =
true;
18 static const bool isInteger =
false;
22 #pragma warning(disable:4723)
25 min( -1.7976931348623158e+308),
26 max( 1.7976931348623158e+308),
27 smallest( 2.2250738585072014e-308),
28 epsilon( 2.2204460492503131e-016),
30 inf( 1.0 / (1.0 - one)),
31 nan( 0.0 / (1.0 - one)) {}
45 template<>
class Numeral<
float128> :
public NumeralFloat<float128> {};
long double float128
128 bit float type
Definition: Core.h:32
float Real
Real number type. See Real_ for real number operations and constants.
Definition: Real.h:21
int64 int128
Definition: Core.h:24
Global Honeycomb namespace.