summaryrefslogtreecommitdiff
path: root/AK/FloatingPointStringConversions.cpp
AgeCommit message (Expand)Author
2023-04-30AK: Replace linear exponentiation by binary in MinimalBigIntDan Klishch
2023-04-30AK: Use helpers from BigIntBase.h in MinimalBigIntDan Klishch
2023-03-05AK+LibAudio: Remove UFixedBigInt::my_sizeDan Klishch
2023-03-04AK: Implement Knuth's algorithm D for dividing UFixedBigInt'sDan Klishch
2023-03-04AK+LibCrypto: Delete 64x64 wide multiplication workaroundsDan Klishch
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-10-23AK: Add an exact and fast hex float parsing algorithmdavidot
2022-10-23AK: Add an exact and fast floating point parsing algorithmdavidot