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
2022-01-02
LibM: Count fractions when exponent < -1 with mantissa == 0
sin-ack
2021-12-21
AK+Everywhere: Replace __builtin bit functions
Nick Johnson
2021-10-01
Libraries: Fix typos
Nico Weber
2021-07-19
AK: Introduce Math.h
Hendiadyoin1
2021-07-17
LibM: Turn off builtins, fix tests & implementation
Peter Bindels
2021-07-08
Everywhere: Add Clang pragmas
Daniel Bertalan
2021-07-06
LibM: Use assembly for all atan versions
Hendiadyoin1
2021-07-06
LibM: Use fcos for cosine
Hendiadyoin1
2021-07-02
LibM: Add long double defines of Math Constants
Hediadyoin1
2021-07-02
LibM: Implement path for negative powers
Hendiadyoin1
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
[next]