Grid icon indicating copy to clipboard operation
Grid copied to clipboard

(XML and JSON) serialisation control of floating point representation

Open paboyle opened this issue 8 years ago • 1 comments
trafficstars

We need a way to control how many bits and scientific vs. decimal notation in all serialised floating point numbers.

paboyle avatar Oct 26 '17 14:10 paboyle

I have done it in feature/hadrons cf. 54d789204fec8478eedd936f9a6d10e4ce5d13dd. I know it would be better in develop but there are some new changes there I don't want to pull now that I use the Hadrons branch for the 48^3 production. I will let this open to remind me to do it later.

Also, I made a general interface to save the precision and format but each ASCII format needs to implement how it is used in practice. I did it for XML only.

aportelli avatar May 07 '18 20:05 aportelli