JuliaMath / JuliaMath/HypergeometricFunctions.jl
Introduce pFq1m for evaluation near z = 1?
Open
- 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.