Truncates this num to a big integer and returns the result as an BigInt.
BigInt toBigInt() => numerator ~/ denominator;