Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code cleanup and addition of unit tests. | Andreas Grois | 2022-10-22 | 1 | -78/+124 |
* | Fix trait visibility. | Andreas Grois | 2022-10-21 | 1 | -1/+1 |
* | Exponential search for largest potency. | Andreas Grois | 2022-10-21 | 1 | -0/+93 |
* | Macro for single-digit-division. | Andreas Grois | 2022-10-20 | 1 | -37/+37 |
* | Minor: Shift Operation optimization. | Andreas Grois | 2022-10-20 | 1 | -10/+4 |
* | Change normalization of Knuth division to shift. | Andreas Grois | 2022-10-19 | 1 | -6/+38 |
* | Add many-numbers test for long division. | Andreas Grois | 2022-10-19 | 1 | -6/+67 |
* | Draft of iterative_conversion. | Andreas Grois | 2022-10-18 | 1 | -22/+65 |
* | First draft of (untested) iterative conversion. | Andreas Grois | 2022-10-18 | 1 | -0/+443 |