truncate method

BigInt truncate()

The BigInt obtained by discarding any fractional digits from this.

Implementation

BigInt truncate() => numerator ~/ denominator;