summaryrefslogtreecommitdiff
path: root/Tests/AK/TestUFixedBigInt.cpp
AgeCommit message (Expand)Author
2023-03-04AK: Implement Knuth's algorithm D for dividing UFixedBigInt'sDan Klishch
2023-03-04AK: Delete unused and untested sqrt, pow and pow_mod from UFixedBigIntDan Klishch
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2022-10-23AK: Make truncating UFixedBigInts constexprdavidot
2021-08-01Tests: Remove unused header includesBrian Gianforcaro
2021-06-11AK+LibX86: Generalize u128/256 to AK::UFixedBigIntHendiadyoin1