Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-05 | LibM: Implement nextafter() and nexttoward() | Andreas Kling | |
Patch from Anonymous. | |||
2021-02-05 | LibM: Build and install the LibM test | Andreas 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-05 | LibM: Improve accuracy of rounding related functions | Andreas Kling | |
Patch from Anonymous. | |||
2021-01-18 | LibM: Add nextafter() and nexttoward() stubs | Linus Groh | |
Only thing missing for Python to build the _math module! :^) | |||
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling | |