The R Project SVN R

Rev

Rev 59039 | Rev 75167 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61150
Line 24... Line 24...
24
  \emph{Programming with Data.  A Guide to the S Language}.
24
  \emph{Programming with Data.  A Guide to the S Language}.
25
  Springer.
25
  Springer.
26
}
26
}
27
\examples{
27
\examples{
28
x2 <- pi * 100^(-1:3)
28
x2 <- pi * 100^(-1:3)
29
print(x2 / 1000, digits=4)
29
print(x2 / 1000, digits = 4)
30
zapsmall(x2 / 1000, digits=4)
30
zapsmall(x2 / 1000, digits = 4)
31
 
31
 
32
zapsmall(exp(1i*0:4*pi/2))
32
zapsmall(exp(1i*0:4*pi/2))
33
}
33
}
34
\keyword{arith}
34
\keyword{arith}