Package: minimaxApprox Type: Package Title: Minimax Approximation of Functions by Polynomials and Rational Functions Version: 0.6.0 Date: 2026-07-17 Authors@R: person(given="Avraham", family="Adler",role=c("aut", "cre", "cph"), email="Avraham.Adler@gmail.com", comment = c(ORCID = "0000-0002-3039-0703")) Description: Implements minimax approximation of functions via the Remez (1962) algorithm for polynomials and the Cody-Fraser-Hart (1968) algorithm for rational functions, as well as their barycentric formulations: the Pachón-Trefethen (2009) algorithm for polynomials and the Filip-Nakatsukasa-Trefethen-Beckermann (2018) algorithm for rational functions, which provide improved numerical stability at higher degrees and on wider intervals. License: MPL-2.0 URL: https://github.com/aadler/minimaxApprox BugReports: https://github.com/aadler/minimaxApprox/issues Imports: stats, graphics Suggests: tinytest, covr, knitr, rmarkdown VignetteBuilder: knitr ByteCompile: yes NeedsCompilation: yes Encoding: UTF-8 UseLTO: yes Repository: https://aadler.r-universe.dev Date/Publication: 2026-07-17 05:54:59 UTC RemoteUrl: https://github.com/aadler/minimaxapprox RemoteRef: HEAD RemoteSha: 9eb7ff3496b548d651c82f86bad2f85546533003 Packaged: 2026-07-17 07:40:21 UTC; root Author: Avraham Adler [aut, cre, cph] (ORCID: ) Maintainer: Avraham Adler