You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Efficient calculation of the hypergeometric function 1F1 in rust. The algorithm is mostly ported from scipy. Runs 2x faster than the scipy cython implementation.