Return original with a normalized significand and exponent.
Synopses
Declared in <bdldfp_decimalimputil.h>
Return original with a normalized significand and exponent.
static
ValueType128
normalize(ValueType128 original);
Return original with a normalized significand and exponent.
static
ValueType32
normalize(ValueType32 original);
Return original with a normalized significand and exponent.
static
ValueType64
normalize(ValueType64 original);
Return Value
original with a normalized significand and exponent
Parameters
Name |
Description |
original |
value to normalize |
Created with MrDocs