Skip to content

Conversion of float atoms to string with 14 significant digits for double precision purr-data

Pranay Gupta requested to merge pranay_36/purr-data:pd-l2ork_double into master

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.

Edited by Pranay Gupta

Merge request reports