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
/
math.cpp
Age
Commit message (
Expand
)
Author
2021-04-27
Userland: Move non-standard math constants from math.h
Jean-Baptiste Boric
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-14
LibM: Add remainder{f, l}
Mițca Dumitru
2021-03-14
LibM: Add the gamma family 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-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: 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