summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/math.cpp
AgeCommit message (Expand)Author
2022-12-28LibC: Remove i686 supportLiav A
2022-11-03AK+LibC+LibCrypto: Move FloatExtractor to AK/FloatingPoint.hDan Klishch
2022-10-14AK+Userland: Stub out code that isn't currently implemented on AARCH64Gunnar Beutner
2022-10-04AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most placesNico Weber
2022-09-16LibM: Move the math standard library to LibCTim Schumacher