I have a negative number, e.g. -0.0024574302611661907 I want to do round on it, supposed to get 0
But I get "-0" Math.round(num) --> -0
Why does it behave like this?
I have a negative number, e.g. -0.0024574302611661907 I want to do round on it, supposed to get 0
But I get "-0" Math.round(num) --> -0
Why does it behave like this?