Separates _decimal _value into coefficient and exponent. This operation is silent, doesn't throw any exception.
a result such as x = result * 10y and |result| < 1.0
Notes: This operation is silent, doesn't throw any exceptions and doesn't set any error flags. Signaling NaNs are quieted by this operation
See Implementation
Separates _decimal _value into coefficient and exponent. This operation is silent, doesn't throw any exception.