Recent content by buzzkill

  1. B

    why rounding 69471.885 in php gets me 69471.88 not 69471.89?

    i wanted to round 69471.885 in php. mathematically using the function round(), we should get 69471.89 but i seemed to get 69471.88 instead. Help please! i am using round(69471.885, 2);
Back
Top