summaryrefslogtreecommitdiff
path: root/AK/IntegralMath.h
AgeCommit message (Expand)Author
2022-06-30AK: Add AK::ceil(float) and AK::ceil_log2(integer)MacDue
2022-04-23AK: Make sure we don't include Math.h or math.h from KERNELAndrew Kaster
2022-02-06AK: Move integral log2 and exp to IntegerMath.hHendiadyoin1
2022-02-06AK: Introduce IntegralMath.h starting with pow<I>Hendiadyoin1