Ops.rationalfun | R Documentation |
Basic arithmetic operators for rational functions.
## S3 method for class 'rationalfun' Ops(e1, e2)
e1 |
an object of class "rationalfun" |
e2 |
for |
A new object of "rationalfun" class.
r1 <- rationalfun(c(1, 2), c(1, 2, 1)) r2 <- rationalfun(c(1, 1), c(1, -2, 1)) r1 + r2 r1 * r2 r1^2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.