summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibM
AgeCommit message (Collapse)Author
2021-02-05LibM: Implement nextafter() and nexttoward()Andreas Kling
Patch from Anonymous.
2021-02-05LibM: Build and install the LibM testAndreas Kling
This test seems to be full of wrong, but at least now we build it and place it in /usr/Tests/LibM/ so that we can fix it.
2021-02-05LibM: Improve accuracy of rounding related functionsAndreas Kling
Patch from Anonymous.
2021-01-18LibM: Add nextafter() and nexttoward() stubsLinus Groh
Only thing missing for Python to build the _math module! :^)
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling