Improved calculation of MAX_FLOAT_SPRINTF_LEN Added MAX_FLOAT_EXP_LEN. MAX_FLOAT_PREC_LEN now only contains space for the mantissa. Reverted previous commit. Fixes single byte overflow for cast_to_string() when SIZEOF_FLOAT_TYPE = 8. Rev: src/operators.c:1.250