PolynComparison: Polyn Relational Operators

Description Usage Arguments Value Examples

Description

Relational operators for the Polyn class.

Usage

 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

Arguments

p1, p2

Polyn objects

Value

Returns the value resulting of the relational operation. The order operators are not implemented and return NA.

Examples

1
1+B==B+1

tolBasis documentation built on May 2, 2019, 3:44 a.m.