summaryrefslogtreecommitdiff
path: root/Libraries/LibJS/Runtime/MathObject.h
AgeCommit message (Expand)Author
2020-07-23LibJS: Simplify Cell::initialize()Andreas Kling
2020-06-22LibJS: expose some more math functionsstelar7
2020-06-21LibJS+LibWeb: Add JS::Object::inherits(class_name)Andreas Kling
2020-06-20LibJS: Split more native object constructors into construct/initializeAndreas Kling
2020-06-20LibJS: Pass GlobalObject& to native functions and property accessorsAndreas Kling
2020-05-18LibJS: Add Math.clz32()Linus Groh
2020-05-18LibJS: Add Math.expm1()Linus Groh
2020-05-18LibJS: Add Math.exp()Linus Groh
2020-05-18LibJS: Add Math.sign()Linus Groh
2020-04-23LibJS: Add Math.pow()Linus Groh
2020-04-06LibJS: Add Math.{cos,sin,tan}()Linus Groh
2020-04-06LibJS: Add Math.min()Andreas Kling
2020-04-05LibJS: Add support for Math.ceil() and Math.trunc()Brian Gianforcaro
2020-04-05LibJS: Add Math.max()Andreas Kling
2020-04-05LibJS: Add Math.round()Andreas Kling
2020-04-05LibJS: Add Math.floor()Andreas Kling
2020-04-04LibJS: Add Math.sqrt()Andreas Kling
2020-03-29LibJS: Implement Math.abs()Andreas Kling
2020-03-28LibJS+LibWeb: Move native JS functions into dedicated member functionsAndreas Kling
2020-03-21LibJS: Add Math.random() :^)Andreas Kling