Open
Description
Since floats are mathmatically uncountable, Python does not always calculate them correctly. This problem occurs, e.g. with some prices in the FMIParser.
E.g.:
Python Console
4.6+0.8
5.3999999999999995
Solution:
Calculate prices in cents. Then format them to a string containing the euro-format.
Metadata
Metadata
Assignees
Labels
No labels
Activity