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
This PR resolves#192 by adding a helper function to perform division
`a/b` and replace `b` with machine precision for float when `b==0` to
avoid division by 0.
## further discussion
Do we want to also have the division be type conscious (do not auto
convert integers into float, i.e., if int/int we should expect int as
output?)
0 commit comments