nextPlus

Returns the smallest representable number that is larger than the argument.

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

Note that the overflow flag is not set by this operation.

Flags: INVALID_OPERATION

D
nextPlus
(
D
)
(
in D num
,
Context context = D.context
)

Meta