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
/
LibJS
/
Runtime
/
MathObject.cpp
Age
Commit message (
Expand
)
Author
2021-06-05
LibJS: Correctly handle NaN and negative infinity in Math.atan2
Idan Horowitz
2021-06-05
LibJS: Rewrite Math.hypot to handle exceptions, NaNs, Infinity properly
Idan Horowitz
2021-06-05
LibJS: Handle NaN/Infinity/Zero edge cases in Math.pow()
Idan Horowitz
2021-06-05
LibJS: Rewrite Math.{max, min} to handle exceptions and NaNs properly
Idan Horowitz
2021-06-05
LibJS: Handle negative zero and negative infinity in Math.abs()
Idan Horowitz
2021-06-05
LibJS: Add Math.imul()
Idan Horowitz
2021-05-14
Userland: Replace arc4random() with get_random<u32>()
Jean-Baptiste Boric
2021-04-23
LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}()
Linus Groh
2021-04-22
Everywhere: Use linusg@serenityos.org for my copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-10
LibJS: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-02-05
LibJS: Improve correctness of rounding and bitwise operations
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling