Make sure we save doubles with good enough precision
In many places we save numbers to XML, attributes or textnodes, in some places we dont care about precision and format, some helpfunctions will not even allow these to be set,
All XML helpfunctions writing double numbers should be able to set this.
And we should make sure that we always save with appropriate precision where needed
Author Name: Peter Nordin (@peterNordin) Original Redmine Issue: 369, https://flumes.iei.liu.se/redmine/issues/369 Original Date: 2011/12/14
Make sure we save doubles with good enough precision
In many places we save numbers to XML, attributes or textnodes, in some places we dont care about precision and format, some helpfunctions will not even allow these to be set,
All XML helpfunctions writing double numbers should be able to set this. And we should make sure that we always save with appropriate precision where needed