JuliaMath / HypergeometricFunctions.jl

A Julia package for calculating hypergeometric functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Domain Error in _₂F₁

rodinalex opened this issue · comments

HypergeometricFunctions._₂F₁(0, 0, 1 / 2, 5 / 4) throws a domain error as "asin(x) is not defined for |x| > 1"
HypergeometricFunctions._₂F₁general(0, 0, 1 / 2, 5 / 4) works fine