The R Project SVN R

Rev

Rev 89663 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89663 Rev 90253
Line 73... Line 73...
73
\section{Complex values}{
73
\section{Complex values}{
74
   For the inverse trigonometric functions, branch cuts are defined as in
74
   For the inverse trigonometric functions, branch cuts are defined as in
75
   \bibcitet{|R:Abramowitz+Stegun:1972|figure 4.4 on page 79}.
75
   \bibcitet{|R:Abramowitz+Stegun:1972|figure 4.4 on page 79}.
76
 
76
 
77
   For \code{asin} and \code{acos}, there are two cuts, both along
77
   For \code{asin} and \code{acos}, there are two cuts, both along
78
   the real axis: \eqn{\left(-\infty, -1\right]}{(-Inf, -1]} and
78
   the real axis: \eqn{\left(-\infty, -1\right]} and
79
   \eqn{\left[1, \infty\right)}{[1, Inf)}.
79
   \eqn{\left[1, \infty\right)}.
80
 
80
 
81
   For \code{atan} there are two cuts, both along the pure imaginary
81
   For \code{atan} there are two cuts, both along the pure imaginary
82
   axis: \eqn{\left(-\infty i, -1i\right]}{(-1i*Inf, -1i]} and
82
   axis: \eqn{\left(-\infty i, -1i\right]}{(-1i*Inf, -1i]} and
83
   \eqn{\left[1i, \infty i\right)}{[1i, 1i*Inf)}.
83
   \eqn{\left[1i, \infty i\right)}{[1i, 1i*Inf)}.
84
 
84