Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bigint): Remove unused check for BigInt lcm
The BigInt lcm defaults to the BigUInt::lcm() method which already includes the check. There is no need to do it here as well.
- Loading branch information