index
:
serenity
master
topic/trivial_docs
The Serenity Operating System š
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibM
Age
Commit message (
Expand
)
Author
2021-06-08
LibM: Implement nearbyint, nearbyintl and nearbyintf
Gunnar Beutner
2021-05-23
LibM: Fix linking with LibM when compiling Userland without -O2
Brian Gianforcaro
2021-05-21
Revert "Userland: static vs non-static constexpr variables"
Linus Groh
2021-05-21
Userland: static vs non-static constexpr variables
Lenny Maiorani
2021-05-09
LibC: Add declarations for various C11 math functions
Gunnar Beutner
2021-05-09
Toolchain+LibM: Make C++ standard library math functions available
Gunnar Beutner
2021-04-27
LibM: Fix INFITITY to float
Jean-Baptiste Boric
2021-04-27
Userland: Move non-standard math constants from math.h
Jean-Baptiste Boric
2021-04-23
LibM: Add more macros; increase precision of existing macros
Matthew Olsson
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Everywhere: Add `-Wdouble-promotion` warning
Nicholas-Baron
2021-04-15
LibM: Use fptan/fpatan instead of approximating atan2/tan
AnotherTest
2021-03-15
LibM: Implement fmin/fmax
MiČca Dumitru
2021-03-15
LibM: Make the gamma family of functions more accurate and conformant
MiČca Dumitru
2021-03-15
LibM: Declare rintl in math.h
MiČca Dumitru
2021-03-14
LibM: Add remainder{f, l}
MiČca Dumitru
2021-03-14
LibM: Define HUGE_VAL{F,L} in terms of compiler builtins
MiČca Dumitru
2021-03-14
LibM: Define MAXFLOAT
MiČca Dumitru
2021-03-14
LibM: Define FLT_EVAL_METHOD, float_t and double_t
MiČca Dumitru
2021-03-14
LibM: Declare ldexpl in math.h
MiČca Dumitru
2021-03-14
LibM: Add the gamma family of functions
MiČca Dumitru
2021-03-14
LibM: Organise math.h so it is less of a wall of functions
MiČca Dumitru
2021-03-14
LibM: Implement the missing parts of the round family
MiČca Dumitru
2021-03-14
LibM: Add missing float and long double function variants
MiČca Dumitru
2021-03-13
LibM: Implement tanf() in terms of tan() with casts
Linus Groh
2021-03-09
LibM: Add nan{f, l}
MiČca Dumitru
2021-03-09
LibM: Implement more rounding functions
MiČca Dumitru
2021-03-09
LibM: Implement the frexp family
MiČca Dumitru
2021-03-09
LibM: Implement copysign for float and long double
MiČca Dumitru
2021-03-09
LibM: Add scalbn and associated functions
MiČca Dumitru
2021-03-09
LibM: Add ilogb and logb
MiČca Dumitru
2021-03-09
LibM: Specialiase FloatExtractor for long double as well
MiČca Dumitru
2021-03-09
LibM: Define floating point comparsion macros
MiČca Dumitru
2021-03-09
LibM: Define `math_errhandling` and associated macros
MiČca Dumitru
2021-03-06
LibM: optimized (branchless) copysign
Nick Wanninger
2021-03-05
LibM: Add naive implementation of copysign()
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-05
LibM: Implement nextafter() and nexttoward()
Andreas Kling
2021-02-05
LibM: Build and install the LibM test
Andreas Kling
2021-02-05
LibM: Improve accuracy of rounding related functions
Andreas Kling
2021-01-18
LibM: Add nextafter() and nexttoward() stubs
Linus Groh
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling