maxMagnitude

Returns the larger of the two operands (or NaN). Returns the same result as the 'max' function if the signs of the operands are ignored. Implements the 'max-magnitude' function in the specification. (p. 32) Flags: NONE.

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

Meta