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)
    <doi:10.1007/BF02162506> algorithm for rational functions, as well as
    their barycentric formulations: the Pachón-Trefethen (2009)
    <doi:10.1007/s10543-009-0240-1> algorithm for polynomials and the
    Filip-Nakatsukasa-Trefethen-Beckermann (2018) <doi:10.1137/17M1132409>
    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
Packaged: 2026-07-17 05:57:26 UTC; Parents
Author: Avraham Adler [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-3039-0703>)
Maintainer: Avraham Adler <Avraham.Adler@gmail.com>
Repository: CRAN
Date/Publication: 2026-07-17 08:30:08 UTC
