|
inlineconstexpr |
Parameters
x
: argument.c
: Conditional expression masking the operation.m
: Logical value masking the operation.Return value
is_nlez(x)
is semantically equivalen to !(x < 0)
.(x >= 0)
for floating values because of NaN
properties.