E.V.E
v2023.02.15
Loading...
Searching...
No Matches

◆ numeric

auto eve::numeric = ::rbr::flag( numeric_mode{} )
inlineconstexpr

Header file

#include <eve/module/core.hpp>

Comparisons and reductions normally propagate NaN, and which operand carries it decides the result: eve::max(nan, x) is a NaN while eve::max(x, nan) is x. Under this option a NaN never wins either way, so both spellings return x.