powered by
Evaluate a rational function at a real or complex vector.
# S3 method for rationalfun predict(object, newdata, ...)
an object of class "rationalfun"
a vector at which evaluation is requested.
not used in this function Both real and complex vectors are accepted.
A vector of evaluated results.
predict.polynomial
# NOT RUN { r <- rationalfun(c(1, 1), c(3, 2, 1)) predict(r, 1:10) # }
Run the code above in your browser using DataLab