| print.rationalfun | R Documentation | 
Print a rational function in a fraction form.
## S3 method for class 'rationalfun' print(x, ...)
| x | an object of class "rationalfun" | 
| ... | not used in this function | 
Invisible, the object itself.
print.polynomial
r <- rationalfun(c(1, 1), c(3, 2, 1)) print(r)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.