summaryrefslogtreecommitdiff
path: root/AK/Math.h
AgeCommit message (Expand)Author
2022-06-30AK: Add AK::ceil(float) and AK::ceil_log2(integer)MacDue
2022-06-14AK: Add sqrt(2) and sqrt(1/2) constantsHediadyoin1
2022-05-08AK: Use AK:: sin and cos on aarch64 buildEWouters
2022-05-07AK: Use builtin versions of `llrint{,l,f}`EWouters
2022-05-07AK: Add an SSE2 specific implementation of sqrt(double)Hendiadyoin1
2022-05-07AK: Add an helper for quick hardware based roundingHendiadyoin1
2022-04-23AK: Make sure we don't include Math.h or math.h from KERNELAndrew Kaster
2022-04-03AK: Add generic sincos solution for non-x86 platformsserenityosrocks
2022-04-02AK: Add rsqrt and a SSE specific implementation for sqrtHendiadyoin1
2022-03-15AK+Everywhere: Add sincos and use it in some placesHendiadyoin1
2022-02-19AK: Don't use x86 assembly when building for non-x86 targetsGunnar Beutner
2022-02-06AK: Move integral log2 and exp to IntegerMath.hHendiadyoin1
2022-01-29AK: Fix log2 calculation for IntegerPankaj Raghav
2021-12-21AK+Everywhere: Replace __builtin bit functionsNick Johnson
2021-11-18AK: Implement `acos<T>` correctlyJelle Raaijmakers
2021-08-08AK: Handle partial remaindersDaniel Bertalan
2021-07-19AK: Introduce Math.hHendiadyoin1