Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some clippy lints. | Andreas Grois | 2022-11-04 | 1 | -1/+4 |
* | Use MulAssign in BaseConversion. | Andreas Grois | 2022-10-26 | 1 | -6/+14 |
* | Base Conv: Mul dividend instead of div divisor. | Andreas Grois | 2022-10-25 | 1 | -2/+17 |
* | Add precomputed constants for common cases. | Andreas Grois | 2022-10-23 | 1 | -3/+3 |
* | Rename "potency" to "power", the English term. | Andreas Grois | 2022-10-23 | 1 | -16/+16 |
* | Precompute power+exponent for iterative conversion | Andreas Grois | 2022-10-23 | 1 | -10/+22 |
* | Fix trait visibility. | Andreas Grois | 2022-10-21 | 1 | -1/+1 |
* | Exponential search for largest potency. | Andreas Grois | 2022-10-21 | 1 | -6/+17 |
* | Draft of iterative_conversion. | Andreas Grois | 2022-10-18 | 1 | -1/+8 |
* | First draft of (untested) iterative conversion. | Andreas Grois | 2022-10-18 | 1 | -0/+144 |