index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibM
Age
Commit message (
Expand
)
Author
2020-02-06
LibM: Install immediately after building
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-13
LibM: Implement some naive functionality to make VVVVVV run
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-10
LibM: Implement pow()
Valtteri Koskivuori
2019-11-11
LibC, LibM: Add functions needed to compile python3
Emanuel Sprung
2019-11-03
LibM: Add back ampsin() since it was still used by tan()
Andreas Kling
2019-11-03
LibM: Fixed sin() precision (#726)
Jesse
2019-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
2019-10-20
LibM: Make roundf() and ceilf() slightly less terrible
Andreas Kling
2019-10-20
LibM: Add dummy implementations of roundf() and ceilf()
Andreas Kling
2019-10-17
LibM: Implement various functions.
Andreas Kling
2019-09-29
LibM: Fix Toolchain build
Andreas Kling
2019-09-29
LibM: Implement various trig functions
Andreas Kling
2019-08-10
LibM: Implement sqrt()
Sergey Bugaev
2019-07-21
Libraries: Fix wrong paths to "Root" in the various install.sh scripts.
Andreas Kling
2019-07-21
Libraries: Remove unused "install" targets.
Andreas Kling
2019-07-04
Libraries: Unbreak "make install" with new directory locations.
Andreas Kling
2019-07-04
Libraries: Create top level directory for libraries.
Andreas Kling