Return a ValueTypeXX number having the value as the specified 'original, but with the significand, that can not be divided by ten, and appropriate exponent.

Synopsis

Declared in <bdldfp_decimalimputil.h>

static
ValueType32
normalize(ValueType32 original);

Description

* Any representations of zero value (either positive or negative) are normalized to positive zero having null significand and exponent. * Any NaN values (either signaling or quiet) are normalized to quiet NaN. * Normalized non‐zero value has the same sign as the original one.

Created with MrDocs