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
I feel like Doublet<T> needs 2-by-2 addition and 2-by-2 multiplication. You can do a lot with these operations, without needing a fully fledged 2x integer. Divider21<T> might use these (#64), for example. I don't think it needs much, not even overflow checking.
The text was updated successfully, but these errors were encountered:
I feel like Doublet<T> needs 2-by-2 addition and 2-by-2 multiplication. You can do a lot with these operations, without needing a fully fledged 2x integer. Divider21<T> might use these (#64), for example. I don't think it needs much, not even overflow checking.
The text was updated successfully, but these errors were encountered: