nexttoward overloads
Declared in <bdldfp_decimalimputil.h>
Return the next representable value of from toward to.
static
DecimalImpUtil::ValueType128
nexttoward(
ValueType128 from,
ValueType128 to);
» more...
Return the next representable value of the specified from in the direction of the specified to.
static
DecimalImpUtil::ValueType32
nexttoward(
ValueType32 from,
ValueType128 to);
» more...
Return the next representable value of from toward to.
static
DecimalImpUtil::ValueType64
nexttoward(
ValueType64 from,
ValueType128 to);
» more...