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
In num-traits we have this in Float, Real, Signed, plus the free function num_traits::sign::abs_sub.
I'm ambivalent. It is surely a weird function, but it's also harmless to leave it alone. It would be more meaningful to wholly remove it (as a breaking change), so trait implementors don't need to bother with it, but deprecation doesn't affect this.
{f32,f64}::abs_sub
is misleading and has been deprecated for a couple years. Maybe it should be deprecated in theFloat
trait too?The text was updated successfully, but these errors were encountered: