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 trying to scale integers only with inter, we need to make sure the
inter as cast to the scaling type does in fact keep the integers in the
range of the output type. We also want to make sure that inter
generates numbers with the smallest possible absolute magnitude to
avoid floating point error in the resulting numbers.
0 commit comments