kad icon indicating copy to clipboard operation
kad copied to clipboard

Rounding errors

Open torkel104 opened this issue 4 years ago • 1 comments

There are significant rounding errors in the result due to the use of floating point maths. Please use the Decimal class for all numbers to correct this problem.

https://github.com/shopspring/decimal

torkel104 avatar Sep 03 '19 10:09 torkel104

How significant can the rounding of the current implementation impact the output?

swill avatar Sep 03 '19 12:09 swill