BigInt discardRightBigInt(BigInt num1, int decimalPlaces) => num1 ~/ BigInt.from(pow(10, decimalPlaces));