Can someone explain why I am getting This?
All I am doing, is to add <amount> values from XML, in this case 5 times the value 1.190 (the zero is there because of the 3-digit format)
I noticed the funny result that occurs while adding more than 5 times, but below that all is fine.
This is the code
This is the result:

Normally 5 X 1.190 = 5.95
where do all digits come from? I am using FOP 1.0
How can I avoid that?
This can be seen as minor issue, some may say just need to round, but here we have around 800 transactions to add, and there may be discrepancies between values
Thanks