summaryrefslogtreecommitdiff
path: root/Libraries/LibM
AgeCommit message (Expand)Author
2020-02-06LibM: Install immediately after buildingAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-13LibM: Implement some naive functionality to make VVVVVV runAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-10LibM: Implement pow()Valtteri Koskivuori
2019-11-11LibC, LibM: Add functions needed to compile python3Emanuel Sprung
2019-11-03LibM: Add back ampsin() since it was still used by tan()Andreas Kling
2019-11-03LibM: Fixed sin() precision (#726)Jesse
2019-11-03POSIX compliance: (most) shell scripts converted to generic shellGeorge Pickering
2019-10-20LibM: Make roundf() and ceilf() slightly less terribleAndreas Kling
2019-10-20LibM: Add dummy implementations of roundf() and ceilf()Andreas Kling
2019-10-17LibM: Implement various functions.Andreas Kling
2019-09-29LibM: Fix Toolchain buildAndreas Kling
2019-09-29LibM: Implement various trig functionsAndreas Kling
2019-08-10LibM: Implement sqrt()Sergey Bugaev
2019-07-21Libraries: Fix wrong paths to "Root" in the various install.sh scripts.Andreas Kling
2019-07-21Libraries: Remove unused "install" targets.Andreas Kling
2019-07-04Libraries: Unbreak "make install" with new directory locations.Andreas Kling
2019-07-04Libraries: Create top level directory for libraries.Andreas Kling