How to roundup decimal number to two decimal places
In a situation dealing with arithmetic operations, you may want to roundup the calculation result to up to two decimal places. Sage X3 has a special function to roundup a decimal number to two decimal places. ar2: This function roundups a decimal number to two decimal places. Syntax: ar2(exp_num) Parameter details: exp_num: Decimal number that… Read More »