DEV Community

methun12
methun12

Posted on

Javascript

var num =. 58*100;
console.log(num);
output is: 57.99999999999999
but others programmeing language output is : 58
why javascript show that.
'57.99999999999999'

Top comments (0)