Age | Commit message (Expand) | Author |
---|---|---|
2023-03-04 | AK: Implement Knuth's algorithm D for dividing UFixedBigInt's | Dan Klishch |
2023-03-04 | AK: Delete unused and untested sqrt, pow and pow_mod from UFixedBigInt | Dan Klishch |
2023-01-02 | Everywhere: Remove unused includes of AK/Format.h | Ben Wiederhake |
2022-10-23 | AK: Make truncating UFixedBigInts constexpr | davidot |
2021-08-01 | Tests: Remove unused header includes | Brian Gianforcaro |
2021-06-11 | AK+LibX86: Generalize u128/256 to AK::UFixedBigInt | Hendiadyoin1 |