HyperNerd icon indicating copy to clipboard operation
HyperNerd copied to clipboard

!calc drops precision of floating point numbers

Open aodhneine opened this issue 6 years ago • 0 comments

Now:

<aodhneine>: !calc 0.30000000000000004 + 0.1
<MrBotka>: 0.4

Expected:

<aodhneine>: !calc 0.30000000000000004 + 0.1
<MrBotka>: 0.40000000000000004

aodhneine avatar Dec 04 '19 18:12 aodhneine