powered by
This function converts an object of class "rationalfun" to a character string.
# S3 method for rationalfun as.character(x, ...)
an object of class "rationalfun"
not used in this function
A character string representing the rational function.
as.character.polynomial
# NOT RUN { r <- rationalfun(c(1, 1), c(3, 2, 1)) as.character(r) # }
Run the code above in your browser using DataLab