powered by
"minimaxApprox object"
Provides a more human-readable output of a "minimaxApprox" object.
"minimaxApprox"
# S3 method for minimaxApprox print(x, digits = 14L, ...)
No return value; called for side effects.
An object inheriting from class "minimaxApprox".
integer; Number of digits to which to round the ratio.
Further arguments to print.
print
Avraham Adler Avraham.Adler@gmail.com
To print the raw "minimaxApprox" object use print.default.
print.default
minimaxApprox
PP <- minimaxApprox(sin, 0, 1, 8) PP print(PP, digits = 2L) print.default(PP)
Run the code above in your browser using DataLab