The source project of this merge request has been removed.
Conversion of float atoms to string with 14 significant digits for double precision purr-data
Float atoms can be converted to strings with 14 significant digits using the M_ATOM_FLOAT_SPECIFIER, which is set to %.6g in case of 32 bits and %.14lg in case of 64 bits.