hex40000000 top-level constant

int const hex40000000

0x40000000 - used to split a double into two parts, both with the low order bits cleared. Equivalent to 2^30.

Implementation

const int hex40000000 = 0x40000000;