Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-30 | AK: Add AK::ceil(float) and AK::ceil_log2(integer) | MacDue | |
Co-authored-by: Leon Albrecht <leon2002.la@gmail.com> | |||
2022-04-23 | AK: Make sure we don't include Math.h or math.h from KERNEL | Andrew Kaster | |
2022-02-06 | AK: Move integral log2 and exp to IntegerMath.h | Hendiadyoin1 | |
2022-02-06 | AK: Introduce IntegralMath.h starting with pow<I> | Hendiadyoin1 | |