The R Project SVN R

Rev

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

Rev 71712 Rev 71717
Line 106... Line 106...
106
  Chapter 4. Elementary Transcendental Functions: Logarithmic,
106
  Chapter 4. Elementary Transcendental Functions: Logarithmic,
107
  Exponential, Circular and Hyperbolic Functions
107
  Exponential, Circular and Hyperbolic Functions
108
 
108
 
109
  For \code{cospi}, \code{sinpi}, and \code{tanpi} the C11 extension
109
  For \code{cospi}, \code{sinpi}, and \code{tanpi} the C11 extension
110
  ISO/IEC TS 18661-4:2015 (draft at
110
  ISO/IEC TS 18661-4:2015 (draft at
111
  \url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1785.pdf}).
111
  \url{http://www.open-std.org/jtc1/sc22/wg14/www/docs/n1950.pdf}).
112
  
112
  
113
}
113
}
114
\examples{
114
\examples{
115
x <- seq(-3, 7, by = 1/8)
115
x <- seq(-3, 7, by = 1/8)
116
tx <- cbind(x, cos(pi*x), cospi(x), sin(pi*x), sinpi(x),
116
tx <- cbind(x, cos(pi*x), cospi(x), sin(pi*x), sinpi(x),