-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
This is an enhancement request to add least common multiple to the package. A major issue with least common multiple is that it is not uncommon for it to overflow when used with fixed width integers. This PR offers two functions, one that traps and one that throws should the result not be representable in its result type.
The code changes are in this PR: jasonbobier#1
It currently is waiting on the resolution of #320 and then the base will be switched to apple/numerics.
Metadata
Metadata
Assignees
Labels
No labels