powered by
Print a rational function in a fraction form.
# S3 method for rationalfun print(x, ...)
an object of class "rationalfun"
not used in this function
Invisible, the object itself.
print.polynomial
# NOT RUN { r <- rationalfun(c(1, 1), c(3, 2, 1)) print(r) # }
Run the code above in your browser using DataLab