print.minimaxApprox function

Print method for a "minimaxApprox object"

Print method for a "minimaxApprox object"

Provides a more human-readable output of a "minimaxApprox" object. UTF-8

## S3 method for class 'minimaxApprox' print(x, digits = 14L, ...)

Arguments

  • x: An object inheriting from class "minimaxApprox".
  • digits: integer; Number of digits to which to round the ratio.
  • ...: Further arguments to print.

Details

To print the raw "minimaxApprox" object use print.default.

Returns

No return value; called for side effects.

Author(s)

Avraham Adler Avraham.Adler@gmail.com

See Also

minimaxApprox

Examples

PP <- minimaxApprox(sin, 0, 1, 8) PP print(PP, digits = 2L) print.default(PP)
  • Maintainer: Avraham Adler
  • License: MPL-2.0
  • Last published: 2024-06-20