Im working with decimal calculation and wish to seek for advise on getting desire results.
Q1. How to round the number when the number is more than 1?
(normally, number rounded when its greater than 5).
eg: 0.0033 will round to 0.004, using normal round fucntion of round(A,3) will returned 0.003.
Q2. How to calculate number of decimal places?
eg: 0.00008 will returned 5 decimal place.
Appreciate reply in advance.
Regards,
Beautieee
Q1. How to round the number when the number is more than 1?
(normally, number rounded when its greater than 5).
eg: 0.0033 will round to 0.004, using normal round fucntion of round(A,3) will returned 0.003.
Q2. How to calculate number of decimal places?
eg: 0.00008 will returned 5 decimal place.
Appreciate reply in advance.
Regards,
Beautieee