Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tanh-sinh quadrature #13

Open
jacobwilliams opened this issue Jan 20, 2022 · 1 comment
Open

tanh-sinh quadrature #13

jacobwilliams opened this issue Jan 20, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jacobwilliams
Copy link
Owner

Consider adding fixed-precision versions of David H. Bailey's routines from tquad.f90 in MPFUN2020.

  • quadts: tanh-sinh quadrature scheme of Takahashi and Mori, for functions on a finite interval such as (0,1).
  • quades: exp-sinh scheme, a variation of tanh-sinh well-suited for functions on a semi-infinite interval such as (0, +infinity).
  • quadss: sinh-sinh scheme, a variation of tanh-sinh well-suited for functions on the entire real line.
@ivan-pi
Copy link
Contributor

ivan-pi commented Jan 20, 2022

The package DE-Quadrature also contains a Fortran implementation of tanh-sinh quadrature (also called double exponential quadrature).

@arjenmarkus also offered an implementation of his in fortran-lang/stdlib#612 (see also my comment therein).

@jacobwilliams jacobwilliams changed the title David H. Bailey's routines tanh-sinh quadrature Feb 16, 2022
@jacobwilliams jacobwilliams added the enhancement New feature or request label Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants