I just randomly discovered the following in Node.js
0.3 + 0.2 === 0.5
true
0.1 + 0.2 === 0.3
false
Anyone does have an explanation for what goes on here?
The tested version is Node.js v6.9.1
on a 4.4.0-57-generic
kernel.
Cheers to anyone able to explain this to me!