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
IEEE floating point only supports decimal exponents from around -308 to +307. This is guaranteed to fit inside an i16. It would be nicer if you could use the smaller type in FloatingDecimal32 and FloatingDecimal64 so that downcasting from i32 to i16 is infallible.
IEEE floating point only supports decimal exponents from around -308 to +307. This is guaranteed to fit inside an
i16
. It would be nicer if you could use the smaller type inFloatingDecimal32
andFloatingDecimal64
so that downcasting fromi32
toi16
is infallible.CC @shadaj
The text was updated successfully, but these errors were encountered: