Module fixed_decimal::scientific

source ·

Structs§

  • A struct containing a FixedDecimal significand together with an exponent, representing a number written in scientific notation, such as 1.729×10³. This structure represents any 0s shown in the significand and exponent, and an optional sign for both the significand and the exponent.