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
The current specification works fine for finite values. But if a user expects hmin/hmax to give correct results when infinities may be in the input, then the current specification makes this impossible to implement efficiently.
The current specification works fine for finite values. But if a user expects
hmin
/hmax
to give correct results when infinities may be in the input, then the current specification makes this impossible to implement efficiently.Suggested fix:
Returns: If
none_of(x.mask)
, the return value isnumeric_limits<V::value_type>::
max()
infinity()
.Returns: If
none_of(x.mask)
, the return value is-
numeric_limits<V::value_type>::
lowest()
infinity()
.The text was updated successfully, but these errors were encountered: