|
inlineconstexpr |
Parameters
x
, xs...
: real argumentstup
: 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|) ? |y| : |x|
and this behaviour is also ensured on n parameters calls as if this scheme is recursively used.NaNs
are considered less than anything else.