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.h
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2020-12-28
LibJS: Add almost all Math functions
Egor Ananyin
2020-12-08
LibJS: Add Math.acos() and Math.asin()
Andreas Kling
2020-12-08
LibJS: Add Math.atan()
Andreas Kling
2020-07-23
LibJS: Simplify Cell::initialize()
Andreas Kling
2020-06-22
LibJS: expose some more math functions
stelar7
2020-06-21
LibJS+LibWeb: Add JS::Object::inherits(class_name)
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-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-04-23
LibJS: Add Math.pow()
Linus Groh
2020-04-06
LibJS: Add Math.{cos,sin,tan}()
Linus Groh
2020-04-06
LibJS: Add Math.min()
Andreas Kling
2020-04-05
LibJS: Add support for Math.ceil() and Math.trunc()
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: Add Math.sqrt()
Andreas Kling
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-21
LibJS: Add Math.random() :^)
Andreas Kling