[issue39733] Bug in hypergeometric function

2020-02-23 Thread SilentGhost
SilentGhost added the comment: Hi, this is a wrong bug tracker. You can report numpy issues at https://github.com/numpy/numpy/issues and scipy one's at https://github.com/scipy/scipy/issues -- nosy: +SilentGhost resolution: -> third party stage: -> resolved status: open -> closed

[issue39733] Bug in hypergeometric function

2020-02-23 Thread 12345NotFromHere54321
New submission from 12345NotFromHere54321 : I want to evaluate Kummer's hypergeometric function. Code: import scipy.special as sc import numpy as np #Parameters etc: p=2 s = -4.559190954155 -51.659216953928*1j Evaluation: s = -4.559190954155 -51.659216953928*1j sc.hyp1f1(1/p, 1/p + 1, -s)