-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
BigInt objects don't work with the rationals module, because initRational expects SomeInteger which BigInt isn't. Looking through the code for rationals, it looks like the only function it needs that bigints doesn't have is lcd. What would be the best way to go about using bigints with rational numbers? Could BigInt be marked as SomeInteger with some tweaking?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels