Package: minimaxApprox
Type: Package
Title: Implementation of Remez Algorithm for Polynomial and Rational
        Function Approximation
Version: 0.2.1
Date: 2023-09-04
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 the algorithm of Remez (1962) for polynomial minimax
    approximation and of Cody et al. (1968) <doi:10.1007/BF02162506> for
    rational minimax approximation.
License: MPL-2.0
URL: https://github.com/aadler/MiniMaxApprox
BugReports: https://github.com/aadler/MiniMaxApprox/issues
Imports: stats, graphics
Suggests: tinytest, covr
ByteCompile: yes
NeedsCompilation: yes
Encoding: UTF-8
Packaged: 2023-09-04 23:48:06 UTC; Parents
Author: Avraham Adler [aut, cre, cph] (<https://orcid.org/0000-0002-3039-0703>)
Maintainer: Avraham Adler <Avraham.Adler@gmail.com>
Repository: CRAN
Date/Publication: 2023-09-05 07:20:06 UTC
