summaryrefslogtreecommitdiff
path: root/AK/FloatingPoint.h
AgeCommit message (Expand)Author
2023-01-02Everywhere: Remove unused includes of AK/Concepts.hBen Wiederhake
2022-12-03Everywhere: Run clang-formatLinus Groh
2022-12-02AK: Implement FloatExtractor<f128>Steffen Rusitschka
2022-11-26AK: Make it possible to not `using` AK classes into the global namespaceAndreas Kling
2022-11-05AK: Introduce fixed-width floating point types (f32, f64, f80 and f128)Dan Klishch
2022-11-03AK: Add static_assert to check for effective size of long doubleDan Klishch
2022-11-03AK+LibC+LibCrypto: Move FloatExtractor to AK/FloatingPoint.hDan Klishch
2022-08-27AK: Add `FloatingPoint.h`Jelle Raaijmakers