minMagnitude

Returns the smaller of the two operands (or NaN). Returns the same result as the 'min' function if the signs of the operands are ignored. Implements the 'min-magnitude' function in the specification. (p. 33) Flags: INVALID_OPERATION, ROUNDED.

D
minMagnitude
(
D
)
(
in D left
,
in D right
,
Context context = D.context
)

Meta