nextToward

Returns the representable number that is closest to the first operand in the direction of the second operand.

Implements the 'next-toward' function in the specification. (p. 34-35)

Flags: INVALID_OPERATION

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

Meta