Idan Horowitz
|
e2fb7943f7
LibJS: Correctly handle NaN and negative infinity in Math.atan2
|
4 年 前 |
Idan Horowitz
|
57a52094d1
LibJS: Rewrite Math.hypot to handle exceptions, NaNs, Infinity properly
|
4 年 前 |
Idan Horowitz
|
03255c1c53
LibJS: Handle NaN/Infinity/Zero edge cases in Math.pow()
|
4 年 前 |
Idan Horowitz
|
7507999230
LibJS: Rewrite Math.{max, min} to handle exceptions and NaNs properly
|
4 年 前 |
Idan Horowitz
|
24ffe91b16
LibJS: Handle negative zero and negative infinity in Math.abs()
|
4 年 前 |
Idan Horowitz
|
9d2e90d569
LibJS: Add Math.imul()
|
4 年 前 |
Jean-Baptiste Boric
|
090936e424
Userland: Replace arc4random() with get_random<u32>()
|
4 年 前 |
Linus Groh
|
0053816e9d
LibJS: Correctly handle mixing +0 and -0 in Math.{min,max}()
|
4 年 前 |
Linus Groh
|
ebdeed087c
Everywhere: Use linusg@serenityos.org for my copyright headers
|
4 年 前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年 前 |
Andreas Kling
|
635a5eec75
LibJS: Remove a whole bunch of unnecessary #includes
|
4 年 前 |
Andreas Kling
|
16a0e7a66d
LibJS: Improve correctness of rounding and bitwise operations
|
4 年 前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年 前 |