.BG
.VE $Header: /usr3/s/current/s/.help/RCS/round,v 1.2 83/12/30 19:33:42 rab Exp $
.FN round
.TL
round: Rounding
.CS
round(x, dec)
.PP
.AG x
numeric structure.
Missing values (NAs) are allowed.
.AG dec
number of decimal places desired. Default 0.
`dec' can be negative, for rounding large numbers to 10, 100, etc.
.RT
structure like `x' with data rounded to the specified number of places.
.EX
round(mydata,dec=2)    #round to 2 decimals
round(mydata,\-1)       #round to nearest 10
.KW basic*
.KW rounding
.KW math
.WR
