|
inlineconstexpr |
Parameters
x
, xs...
: arguments.tup
: non empty tuple of arguments.c
: Conditional expression masking the operation.m
: Logical value masking the operation.Return value
NaN
the result is system dependant.(x < y) ? x : y
and this behaviour is also ensured on n parameters calls as if this scheme is recursively used.NaNs
are considered greater than anything else.