index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
/
Runtime
/
MathObject.cpp
Age
Commit message (
Expand
)
Author
2020-06-20
LibJS: Object::initialize() overrides must always call base class
Andreas Kling
2020-06-20
LibJS: Split more native object constructors into construct/initialize
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& to native functions and property accessors
Andreas Kling
2020-05-27
LibJS: Simplify and normalize publicly-exposed Object functions
Matthew Olsson
2020-05-24
LibJS: Use the new math constants
Sergey Bugaev
2020-05-18
LibJS: Add Math.clz32()
Linus Groh
2020-05-18
LibJS: Add Math.expm1()
Linus Groh
2020-05-18
LibJS: Add Math.exp()
Linus Groh
2020-05-18
LibJS: Add Math.sign()
Linus Groh
2020-05-18
LibJS: Pass Interpreter& to Value::to_number() et al.
Linus Groh
2020-04-28
LibJS: Implement correct attributes for (almost) all properties
mattco98
2020-04-23
LibJS: Add Math.pow()
Linus Groh
2020-04-18
LibJS: Move builtin prototypes to the global object
Andreas Kling
2020-04-18
LibJS+LibWeb: Pass prototype to Object constructor
Andreas Kling
2020-04-15
LibJS: Math.round() should call round() instead of roundf()
Andreas Kling
2020-04-12
LibJS: Add js_negative_infinity()
Linus Groh
2020-04-06
LibJS: Rename variable "max" to "min" in MathObject::min() (#1665)
Emanuele Torre
2020-04-06
LibJS: Add Math.{cos,sin,tan}()
Linus Groh
2020-04-06
LibJS: Simplify MathObject functions
Linus Groh
2020-04-06
LibJS: Add Math.min()
Andreas Kling
2020-04-05
LibJS: Return -Infinity in Math.max() with no argument
Linus Groh
2020-04-05
LibJS: Fix Math.SQRT1_2
Linus Groh
2020-04-05
LibJS: Add support for Math.ceil() and Math.trunc()
Brian Gianforcaro
2020-04-05
LibJS: Add support for arbitrary arguments to Math.max
Brian Gianforcaro
2020-04-05
LibJS: Add Math.max()
Andreas Kling
2020-04-05
LibJS: Add Math.round()
Andreas Kling
2020-04-05
LibJS: Add Math.floor()
Andreas Kling
2020-04-04
LibJS: Math.sqrt.length should be 1
Andreas Kling
2020-04-04
LibJS: Add Math.sqrt()
Andreas Kling
2020-04-04
LibJS: Set length property in Object::put_native_function()
Linus Groh
2020-04-01
LibJS: Add argument(i) and argument_count() to Interpreter
Andreas Kling
2020-03-29
LibJS: Add constant properties to MathObject
Linus Groh
2020-03-29
LibJS: Handle empty strings and arrays in Value::to_number()
Linus Groh
2020-03-29
LibJS: Implement Math.abs()
Andreas Kling
2020-03-28
LibJS+LibWeb: Move native JS functions into dedicated member functions
Andreas Kling
2020-03-28
LibJS: Rework how native functions are called to improve |this| value
Andreas Kling
2020-03-23
LibJS: Use rand() for Math.random() on other systems
Andreas Kling
2020-03-22
LibJS: Use FlyString for identifiers
Andreas Kling
2020-03-21
LibJS: Add Math.random() :^)
Andreas Kling