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
TryInto::<u32>::try_into(Fraction::neg_zero()) returns an Err value. Technically I guess unsigned types can't represent a negative zero value, but since negative zeroes seem to arise from benign arithmetic this is pretty bad for the API.
TryInto::<u32>::try_into(Fraction::neg_zero())returns anErrvalue. Technically I guess unsigned types can't represent a negative zero value, but since negative zeroes seem to arise from benign arithmetic this is pretty bad for the API.