1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 17:58:12 +00:00
serenity/Userland/Libraries/LibM
Gunnar Beutner e6747fefa7 Toolchain+LibM: Make C++ standard library math functions available
With this fixed we get libstdc++v3's aliases for C99 math functions
in the std namespace. Unfortunately for this to work the toolchain
needs to be rebuilt.

The good news are that this by itself does not require a toolchain
rebuild just yet.
2021-05-09 15:35:01 +02:00
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
math.cpp Userland: Move non-standard math constants from math.h 2021-04-27 23:06:16 +02:00
math.h Toolchain+LibM: Make C++ standard library math functions available 2021-05-09 15:35:01 +02:00