Rnumerator: Ratio Numerator

Description Usage Arguments Value See Also Examples

Description

Numerator of a Ratio object

Usage

1

Arguments

r

a Ratio object

Value

Returns the Polyn object corresponding to the numerator of the Ratio.

See Also

See also the function Rdenominator

Examples

1
2
3
# Obtain the numerator of a Ratio object
ratio <- Ratio(1, 1+B) + Ratio(1, 1-B)
Rnumerator(ratio)

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