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