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

Domain error for sf_hyperg_U in GSL.jl #15

Closed
grero opened this issue Feb 20, 2014 · 0 comments
Closed

Domain error for sf_hyperg_U in GSL.jl #15

grero opened this issue Feb 20, 2014 · 0 comments

Comments

@grero
Copy link

grero commented Feb 20, 2014

It seems that line 29 in GSL.jl, namely

sf_hyperg_U(-1.0, -1.0, randn())

causes a DomainError, since randn could produce negative values, . Changing it to

sf_hyperg_U(-1.0, -1.0, rand())

seems to fix the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant