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
Hi, could there be an option to automatically convert integers to floats especially when it results in rounding? For example, doing 1/16 results in 0 but I expect 0.0625.
The text was updated successfully, but these errors were encountered:
Hi, in the current state of the crate that is not planned. If we ever
abstract out the concrete numeric types, then we can also have variants
that behave like this.
Hi, could there be an option to automatically convert integers to floats especially when it results in rounding? For example, doing 1/16 results in 0 but I expect 0.0625.
The text was updated successfully, but these errors were encountered: