• Negative Number too close to Zero

 

Hi Guys,

I have a question. Why does JS coerce a number to zero when is to close to it.

For Example 0.0065. Is there a way to avoide this? I applied the .toFixed methd, but it seems to fail.

Thanks,

M.