Round to nearest.
Returns the value with specified decimals that is nearest to x, with halfway cases rounded away from zero.
rounddec[x, dec]
#<result> = rounddec[pi[], 2] (print,#<result>)
result: 3.14
round