Ops.fractional: Method for the group generic function for the arithmetic...

Description Usage Arguments Value Examples

Description

Provides arithmetic operations for numeric objects or of class "fractional".

Usage

1
2
## S3 method for class 'fractional'
Ops(e1, e2)

Arguments

e1

A numeric objet, possibly of class "fractional"

e2

A numeric objet, possibly of class "fractional"

Value

The result of the arithmetic operation, flagged as class "fractional"

Examples

1
2
3
(M <- fractional(1:10/7))
M + 1
1 + M + M^2

fractional documentation built on May 2, 2019, 4:16 a.m.