return n rounded to m places to the right of decimal point.
Example-1
ROUND(9.18,1)
9.2
Example-2
ROUND(9.11,1)
9.1
Example-3
ROUND(9.8)
10
Example-4
ROUND(9.1)
9
Coderraj is the global online platform and circle for programmers to learn, communicate, share their knowledge and growth their careers.
Copyright ©2022 coderraj.com. All Rights Reserved.