+ 1
Ошибка деления по модулю в эмуляторе?
var myVariable = 26 % 6.2; document.write(myVariable); Результат: 1.19999999999
3 Answers
+ 5
It is not an error. You can read this articles:
https://en.m.wikipedia.org/wiki/Floating-point_arithmetic
https://floating-point-gui.de
+ 4
Your welcome :)
+ 2
Thanks