Module fixed_decimal::compact
source · Structs§
- A struct containing a
FixedDecimal
significand together with an exponent, representing a number written in compact notation (such as 1.2M). This represents a source number, as defined in UTS #35. The value exponent=0 represents a number in non-compact notation (such as 1 200 000).