powered by
A function that returns a rounded value as a character.
rdc(a,digits)
The rounded value is returned as a character.
A numerical value to be rounded
Number of decimal places
rdc(2.412, 3) rdc(2.41, 3) rdc(2.4, 3) rdc(2, 3) rdc(-2.41, 3) rdc(-2.4, 3) rdc(-2, 3) rdc(0, 3)
Run the code above in your browser using DataLab