|
inlineconstexpr |
Parameters
x, xs...: real 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 was recursively used. If one of the arguments is \(\pm0\) returns \(0\) even if some other arguments are NaNs.NaNs are considered greater than anything else.