Field IntDbl_2Pow52
- Namespace
- Zyl.VectorTraits.Impl
- Assembly
- VectorTraits.dll
IntDbl - (long)pow(2, 52) = 0x00100000_00000000 = 4503599627370496
. BitConverter.Int64BitsToDouble(0x00100000_00000000) = 2.2250738585072014E-308
, BitConverter.DoubleToInt64Bits(2.2250738585072014E-308).ToString("X16") = "0010000000000000"
.
public const double IntDbl_2Pow52 = 2.2250738585072014E-308
Returns
- double
- IntDbl - (long)pow(2, 52) = 0x00100000_00000000 = 4503599627370496. BitConverter.Int64BitsToDouble(0x00100000_00000000) = 2.2250738585072014E-308, BitConverter.DoubleToInt64Bits(2.2250738585072014E-308).ToString("X16") = "0010000000000000".