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
When I ask scipy.special.iv, it agrees with Excel on the answer. When using that function, watch out for the arguments being switched—(n,x) rather than (x,n).
It should be noted I didn't find any bugs like this in BESSELJ, BESSELY, or BESSELK.
The text was updated successfully, but these errors were encountered:
Examples
When I ask
scipy.special.iv
, it agrees with Excel on the answer. When using that function, watch out for the arguments being switched—(n,x)
rather than(x,n)
.It should be noted I didn't find any bugs like this in
BESSELJ
,BESSELY
, orBESSELK
.The text was updated successfully, but these errors were encountered: