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
It would be very convenient to have the methods mul_f32, mul_f64, div_f32 and div_f64, which are available on std::time::Duration available on chrono::Duration.
To be clear it is possible to round-trip through std::time::Duration which I'm currently doing:
It would be very convenient to have the methods
mul_f32
,mul_f64
,div_f32
anddiv_f64
, which are available onstd::time::Duration
available onchrono::Duration
.To be clear it is possible to round-trip through
std::time::Duration
which I'm currently doing:But it would be nicer to do this:
The text was updated successfully, but these errors were encountered: