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-12-29
LibM: Reimplement some functions using FPU
Egor Ananyin
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-12-08
LibM: Add implementation of ldexpf
Alex Studer
2020-11-17
LibM: Define some floating point classification macros
ry755
2020-09-25
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Ben Wiederhake
2020-08-12
LibM: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
Meta: Replace remaining LibM/math.h includes with math.h
Linus Groh
2020-08-04
Revert "LibM: Always include <math.h> instead of <LibM/math.h>"
Andreas Kling
2020-08-04
LibM: Always include <math.h> instead of <LibM/math.h>
Andreas Kling
2020-07-26
LibM: Fix Lagom build
Matthew Olsson
2020-07-26
LibM: Evaluate math macros, add M_DEG2RAD and M_RAD2DEG
Matthew Olsson
2020-07-12
LibM: Add 'isnormal'
AnotherTest
2020-06-22
LibM: Add some more math functions
stelar7
2020-06-04
LibM: Add exp2() and exp2f()
Linus Groh
2020-06-04
LibM: Add INFINITY macro
Linus Groh
2020-06-04
LibM: Add NAN macro
Linus Groh
2020-05-24
LibM: Add M_SQRT2 and M_SQRT1_2
Sergey Bugaev
2020-05-20
Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"
Andreas Kling
2020-05-20
Build: Include headers from LibC, LibM, and LibPthread with -isystem
Andrew Kaster
2020-05-15
LibM: Fix floor() and floorf() for negative numbers
Andreas Kling
2020-05-15
LibM: Add floorf() for @rexim :^)
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-02
LibM: Implement fmodf()
Valtteri Koskivuori
2020-04-15
LibM: Add (not very good) round() implementation
Andreas Kling
2020-04-06
LibM: Improve pow() and powf()
Linus Groh
2020-04-06
LibM: Fix ceil() and ceilf() for negative numbers
Linus Groh
2020-02-25
LibM: Implement floating point variants of various math functions
Valtteri Koskivuori
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