How to round the double value to 2 decimal points? [duplicate] August 10, 2023 by Tarik Math.round(number*100.0)/100.0;