You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for some reason I sometimes get overflow issues when multiplying two wide_integers.
It may be related to the signs of the factors. The number of digits should be sufficient to
represent the factors as well as the product.
John,
for some reason I sometimes get overflow issues when multiplying two wide_integers.
It may be related to the signs of the factors. The number of digits should be sufficient to
represent the factors as well as the product.
Example here:
https://godbolt.org/z/3bh6zsz9M
Tested with 06c06cd
Let me know if I am missing something.
Cheers,
Nils
The text was updated successfully, but these errors were encountered: