const FLOAT_SCALE_EXP: u32 = 24;
The number of fractional bits of binary precision retained by the fixed-point representation used to accumulate float sums. The fixed-point scale is FLOAT_SCALE == 2^FLOAT_SCALE_EXP.
FLOAT_SCALE == 2^FLOAT_SCALE_EXP