Package: minimaxApprox Type: Package Title: Implementation of Remez Algorithm for Polynomial and Rational Function Approximation Version: 0.5.0 Date: 2026-01-08 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) 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 UseLTO: yes Repository: https://aadler.r-universe.dev Date/Publication: 2026-01-13 20:50:04 UTC RemoteUrl: https://github.com/aadler/minimaxapprox RemoteRef: HEAD RemoteSha: 2db78ebf578e76c4dc131c3b4cb33b895e65eb9e Packaged: 2026-06-12 07:54:06 UTC; root Author: Avraham Adler [aut, cre, cph] (ORCID: ) Maintainer: Avraham Adler