<- [[.:prplreference| PRPL reference]] <- [[.:prplreference#math|Math]] ===== round ===== ^Arguments^Result^Notation^ |number int| float| [number int- float] | === Description === Rounds off a number to the specified number of decimal places. This always returns a float, even when you are rounding to a whole number. === Examples === trace(PI round(2)) #print '3.14'