Age | Commit message (Expand) | Author |
---|---|---|
2022-12-02 | AK: Implement FloatExtractor<f128> | Steffen Rusitschka |
2022-06-30 | AK: Add AK::ceil(float) and AK::ceil_log2(integer) | MacDue |
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 |