This repository has been archived by the owner on Dec 30, 2024. It is now read-only.
[FEATURE] More advanced support for integer arithmetics #5
Labels
enhancement
New feature or request
Describe the new functionality you would like to see
To be discussed whether and how we want to support other bases above 10, and how to represent these numbers. We could easily go up to 36 (since we have 26 letters in the alphabet on top of the 10 digits from 0 to 9. I would not go higher than base 36, since in practice nobody will be using that.
Additional context
For more information on modular arithmetic, see for exemple
https://brilliant.org/wiki/modular-arithmetic/
and http://www.crypto-it.net/eng/theory/modular-arithmetic.html
The text was updated successfully, but these errors were encountered: