Closed Aminadav closed 8 years ago
@AminaG You will get the same result also in the Chrome or Firefox. It is not a bug in the Node.js or V8, it is a number representation issue in the JavaScript. See http://speakingjs.com/es5/ch11.html#rounding_errors (and the whole chapter for more context).
Version: v5.6.0 Platform: Windows 64 (8)
See this output:
From what I learn in highschool
700/(1000*10000)*100
=0.07
not0.0699....