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
Stripping trailing zeroes in converting f32 anf f64 to Number
Using re-implemented 'from_parts' method in Number's From<f32> and
From<f64> traits implementations, so that the resulting Number instance
has its trailing fractional zeroes stripped.
0 commit comments