I have 2 float number and I try to get the multiple. But in the console it does not get the correct one. I do not know maybe there is a leak ?
{"price"=>"0.049391", "size"=>"0.001"}
When I multiple them console shows;
************
0.049391
************
0.001
************
4.9390999999999995e-05
************
Then when I push this data to array and in front end when I console.log
I get;
0.000049390999999999995
Why it is not 0.0000493901
?