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
If the randomly drawn double is equal to max_double / 2, rounding errors might cause it to call map_up with a value of 0, which would be a division by 0.
The text was updated successfully, but these errors were encountered:
If the randomly drawn double is equal to
max_double
/ 2, rounding errors might cause it to callmap_up
with a value of 0, which would be a division by 0.The text was updated successfully, but these errors were encountered: