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
Currently ::std::i64::MIN.abs() returns ::std::i64::MIN.
I don't think this is absolutely "wrong", but then at least it should be specified that "abs() method can return negative values".
Currently std::num::abs()says it can return NaN for floats, but no mention for general situation.