Description Usage Arguments Value Examples
Relational operators for the Polyn class.
1 2 3 4 5 6 7 8 9 10 11 12 | ## 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'
p1 <= p2
## S3 method for class 'Polyn'
p1 > p2
## S3 method for class 'Polyn'
p1 >= p2
|
p1, p2 |
Polyn objects |
Returns the value resulting of the relational operation. The order operators are not implemented and return NA.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.