scipy.special.hyp1f1

scipy.special.hyp1f1(x1, x2, x3[, out]) = <ufunc 'hyp1f1'>

y=hyp1f1(a,b,x) returns the confluent hypergeometeric function ( 1F1(a,b;x) ) evaluated at the values a, b, and x.

Previous topic

scipy.special.hyp2f1

Next topic

scipy.special.hyperu

This Page