Age | Commit message (Expand) | Author |
---|---|---|
2023-04-30 | AK: Replace linear exponentiation by binary in MinimalBigInt | Dan Klishch |
2023-04-30 | AK: Use helpers from BigIntBase.h in MinimalBigInt | Dan Klishch |
2023-03-05 | AK+LibAudio: Remove UFixedBigInt::my_size | Dan Klishch |
2023-03-04 | AK: Implement Knuth's algorithm D for dividing UFixedBigInt's | Dan Klishch |
2023-03-04 | AK+LibCrypto: Delete 64x64 wide multiplication workarounds | Dan Klishch |
2022-12-03 | Everywhere: Run clang-format | Linus Groh |
2022-10-23 | AK: Add an exact and fast hex float parsing algorithm | davidot |
2022-10-23 | AK: Add an exact and fast floating point parsing algorithm | davidot |