Ops.fractional {fractional} | R Documentation |
Provides arithmetic operations for numeric objects or of class "fractional"
.
## S3 method for class 'fractional' Ops(e1, e2)
e1 |
A numeric objet, possibly of class |
e2 |
A numeric objet, possibly of class |
The result of the arithmetic operation, flagged as class
"fractional"
(M <- fractional(1:10/7)) M + 1 1 + M + M^2