Steffen Rusitschka
1aa07d7328
AK: Implement FloatExtractor<f128>
...
This patch adds support for 128-bit floating points in FloatExtractor.
This is required to build SerenityOS on MacOS/aarch64. It might break
building for Raspberry Pi.
2022-12-02 16:22:51 +01:00
MacDue
072a78b958
AK: Add AK::ceil(float) and AK::ceil_log2(integer)
...
Co-authored-by: Leon Albrecht <leon2002.la@gmail.com>
2022-06-30 11:16:22 +02:00
Andrew Kaster
83603d68d2
AK: Make sure we don't include Math.h or math.h from KERNEL
2022-04-23 10:43:32 -07:00
Hendiadyoin1
fbb798f98c
AK: Move integral log2 and exp to IntegerMath.h
2022-02-06 17:52:33 +00:00
Hendiadyoin1
581c23dc55
AK: Introduce IntegralMath.h starting with pow<I>
2022-02-06 17:52:33 +00:00