Description Usage Arguments Value Note See Also Examples
Arithmetic Operators for the "Polyn" class.
1 2 3 4 5 6 7 8 9 10 | ## S3 method for class 'Polyn'
p1 + p2
## S3 method for class 'Polyn'
p1 - p2
## S3 method for class 'Polyn'
p1 * p2
## S3 method for class 'Polyn'
p / x
## S3 method for class 'Polyn'
p ^ n
|
p1, p2, p |
Polyn objects |
x |
a real number or a Polyn object |
n |
a positive integer number |
Returns the Polyn object resulting of the arithmetical operation.
If the argument x
is a Polyn object, a Ratio object is returned.
See also Ratio
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.