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
Two small suggestions:
* modify degree to return 0 for Poly([0.0]). Otherwise, recent change to * has issues
* change factorial(i)/factorial(i-order) to prod(i-order+1:i) in polyder to avoid OverFlow error.
0 commit comments