azwaan
Programmer
- Jan 11, 2002
- 42
i'm using CR 8.5 and i have a set of numbers which i want rounded up.
i used the format menu to round..it but it seems to add to the higher number when the number is a 5.
for eg: 5.875 rounded up to 2 decimal places is 5.88
which is correct , because the preceeding digit before 5 is 7 and is an odd number.
5.865 rounded up to 2 decimal places is also 5.87 which is incorrect because the preceeding number is 6 , an even number.
anyway to get around this problem?