nextafter overloads

Synopses

Declared in <bdldfp_decimalutil.h>

Same as the related overload above for nextafter.

Return the next representable value of from toward to.

static
Decimal32
nextafter(
    Decimal32 from,
    Decimal32 to);

Same as the related overload above for nextafter.

static
Decimal64
nextafter(
    Decimal64 from,
    Decimal64 to);

Return Value

next representable value of from toward to

Parameters

Name

Description

from

starting value

to

direction value

Created with MrDocs