The R Project SVN R

Rev

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

Rev 60095 Rev 61433
Line 30... Line 30...
30
  There is no maximum degree, but numerical stability
30
  There is no maximum degree, but numerical stability
31
  may be an issue for all but low-degree polynomials.
31
  may be an issue for all but low-degree polynomials.
32
}
32
}
33
\value{
33
\value{
34
  A complex vector of length \eqn{n - 1}, where \eqn{n} is the position
34
  A complex vector of length \eqn{n - 1}, where \eqn{n} is the position
35
  of the largest non-zero element of \code{z}. 
35
  of the largest non-zero element of \code{z}.
36
}
36
}
37
\source{
37
\source{
38
  C translation by Ross Ihaka of Fortran code in the reference, with
38
  C translation by Ross Ihaka of Fortran code in the reference, with
39
  modifications by the R Core Team.
39
  modifications by the R Core Team.
40
}
40
}