Module num
Source - methods
- Functions for operations with number digits. It has already been tested, that Iterators are less
quick, than
while
loops in these cases. - power
- Some algorithms with power operations.
- radix
- Structs for radix numbers (String nums and int nums). All numbers are unsigned integers.