When I do the following, rounding to 2 decimal places doesn't seem to
work. I should get 0.99 :
0.9899999999999 9999
0.9899999999999 9999
thank you.
work. I should get 0.99 :
>>a =0.99
>>a
>>a
>>round(a,2)
>>>
Comment