Package: Pade
Type: Package
Title: Padé Approximant Coefficients
Version: 1.0.3
Date: 2020-11-10
Authors@R: c(person(given="Avraham", family="Adler",
    role=c("aut", "cph", "cre"), email="Avraham.Adler@gmail.com",
    comment = c(ORCID = "0000-0002-3039-0703")))
Description: Given a vector of Taylor series coefficients of sufficient length
    as input, the function returns the numerator and denominator coefficients
    for the Padé approximant of appropriate order (Baker, 1975)
    <ISBN:9780120748556>.
License: GPL (>= 2) | BSD_2_clause + file LICENSE
Imports: utils
Suggests: testthat, covr
URL: https://github.com/aadler/Pade
BugReports: https://github.com/aadler/Pade/issues
Encoding: UTF-8
NeedsCompilation: no
Config/testthat/edition: 3
Packaged: 2020-11-10 06:53:56 UTC; Parents
Author: Avraham Adler [aut, cph, cre] (<https://orcid.org/0000-0002-3039-0703>)
Maintainer: Avraham Adler <Avraham.Adler@gmail.com>
Repository: CRAN
Date/Publication: 2020-11-10 10:50:02 UTC
