-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: C++ SDO
-
Labels:None
When Tuscany converts floats or doubles to strings, in particular when it writes them to an XML document, there is serious loss of precision.
This is because Tuscany uses a format string of %.3e or %.3Le, meaning it will use a maximum of three digits after the decimal point.