kb_builder icon indicating copy to clipboard operation
kb_builder copied to clipboard

Rounding errors

Open torkel104 opened this issue 6 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://docs.python.org/2/library/decimal.html

torkel104 avatar Sep 02 '19 16:09 torkel104

This implementation is no longer maintained. It is recommended to use the new implementation.

https://github.com/swill/kad

Cheers...

swill avatar Sep 02 '19 17:09 swill