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-10-20
LibJS: Add ThrowCompletionOr versions of the JS native function macros
Idan Horowitz
2021-10-18
LibJS: Convert to_u32() to ThrowCompletionOr
Idan Horowitz
2021-10-18
LibJS: Convert to_number() to ThrowCompletionOr
Idan Horowitz
2021-08-30
LibJS: Always use AK::get_random() in Math.random()
Andreas Kling
2021-08-08
LibJS+Spreadsheet: Use js_string(VM&, ...) overload more
Linus Groh
2021-08-08
LibJS: Fix UB in `Math.clz32`
Daniel Bertalan
2021-07-06
LibJS: Add define_direct_property and remove the define_property helper
Idan Horowitz
2021-06-28
LibJS: Handle values close to -0.5 correctly in Math.round(x)
Idan Horowitz
2021-06-25
LibJS: Change PropertyName(Symbol*) => PropertyName(Symbol&)
Linus Groh
2021-06-16
LibJS: Rename Value::{is_integer => is_integral_number}
Idan Horowitz
2021-06-13
LibJS: Avoid lots of string-to-int during global object construction
Andreas Kling
2021-06-13
LibJS: Add ECMA-262 section/title/URL comments almost everywhere
Linus Groh
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