JuliaMath / JuliaMath/HypergeometricFunctions.jl

Introduce pFq1m for evaluation near z = 1?

Open
#67 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
76
Forks
12
PR merge metrics
No merged PRs in 30d

Description

This would be like how `log1p(z)` is more relatively accurate for small argument than `log(1+z)`. The use of `1m` makes sense here with respect to the branch cut.

Then, evaluating an elliptic integral near unity, such as `K(1-1/α^2)` for large `α` could be converted to a call to some `K1m(1/α^2)` that calls the appropriate `_₂F₁1m`.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.