|
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 was recursively used. If one of the arguments is \(\pm\infty\) returns \(\infty\) even if some other arguments are NaNs. (with no consideration of Nans)NaNs are considered less than anything else.