summaryrefslogtreecommitdiff
path: root/Libraries/LibM
AgeCommit message (Expand)Author
2020-08-12LibM: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-12Meta: Replace remaining LibM/math.h includes with math.hLinus Groh
2020-08-04Revert "LibM: Always include <math.h> instead of <LibM/math.h>"Andreas Kling
2020-08-04LibM: Always include <math.h> instead of <LibM/math.h>Andreas Kling
2020-07-26LibM: Fix Lagom buildMatthew Olsson
2020-07-26LibM: Evaluate math macros, add M_DEG2RAD and M_RAD2DEGMatthew Olsson
2020-07-12LibM: Add 'isnormal'AnotherTest
2020-06-22LibM: Add some more math functionsstelar7
2020-06-04LibM: Add exp2() and exp2f()Linus Groh
2020-06-04LibM: Add INFINITY macroLinus Groh
2020-06-04LibM: Add NAN macroLinus Groh
2020-05-24LibM: Add M_SQRT2 and M_SQRT1_2Sergey Bugaev
2020-05-20Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"Andreas Kling
2020-05-20Build: Include headers from LibC, LibM, and LibPthread with -isystemAndrew Kaster
2020-05-15LibM: Fix floor() and floorf() for negative numbersAndreas Kling
2020-05-15LibM: Add floorf() for @rexim :^)Andreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-02LibM: Implement fmodf()Valtteri Koskivuori
2020-04-15LibM: Add (not very good) round() implementationAndreas Kling
2020-04-06LibM: Improve pow() and powf()Linus Groh
2020-04-06LibM: Fix ceil() and ceilf() for negative numbersLinus Groh
2020-02-25LibM: Implement floating point variants of various math functionsValtteri Koskivuori
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