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
I think I imitated std::lerp (which is noexcept) when designing this, but std::hypot (three parameters) is much more relevant precedent, and that one is not noexcept.
I think I imitated
std::lerp(which isnoexcept) when designing this, butstd::hypot(three parameters) is much more relevant precedent, and that one is notnoexcept.