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