Robbepop / apint

Arbitrary precision integers library.
Other
26 stars 4 forks source link

Implement modulus operator #63

Open Titaniumtown opened 3 years ago

Titaniumtown commented 3 years ago

Could using % on ApInts be implemented? For example

s = a % b;

currently fails with this error:

cannot mod `ApInt` by `ApInt`