mantissa property

BigInt mantissa

The mantissa for the M * 2^E number.

Implementation

BigInt get mantissa => mantissaInteger.toBigInt();