Module docstring
{"# Digits of a natural number
This provides a basic API for extracting the digits of a natural number in a given base, and reconstructing numbers from their digits.
We also prove some divisibility tests based on digits, in particular completing Theorem #85 from https://www.cs.ru.nl/~freek/100/.
Also included is a bound on the length of Nat.toDigits from core.
TODO
A basic norm_digits tactic for proving goals of the form Nat.digits a b = l where a and b
are numerals is not yet ported.
","### Properties
This section contains various lemmas of properties relating to digits and ofDigits.
","### Binary ","### Modular Arithmetic ","## Divisibility ","### Nat.toDigits length ","### norm_digits tactic "}