Histórico de Commits

Autor SHA1 Mensagem Data
  Matthew Olsson dd08c992e8 LibJS: Simplify and normalize publicly-exposed Object functions há 5 anos atrás
  Sergey Bugaev 31359e3ad2 LibJS: Use the new math constants há 5 anos atrás
  Linus Groh b3090678a9 LibJS: Add Math.clz32() há 5 anos atrás
  Linus Groh 452dbbc463 LibJS: Add Math.expm1() há 5 anos atrás
  Linus Groh e375766f98 LibJS: Add Math.exp() há 5 anos atrás
  Linus Groh b27834cf16 LibJS: Add Math.sign() há 5 anos atrás
  Linus Groh 476094922b LibJS: Pass Interpreter& to Value::to_number() et al. há 5 anos atrás
  mattco98 23ec578a01 LibJS: Implement correct attributes for (almost) all properties há 5 anos atrás
  Linus Groh 97366f4dd4 LibJS: Add Math.pow() há 5 anos atrás
  Andreas Kling fca08bd000 LibJS: Move builtin prototypes to the global object há 5 anos atrás
  Andreas Kling bc1ece7f37 LibJS+LibWeb: Pass prototype to Object constructor há 5 anos atrás
  Andreas Kling beda751d33 LibJS: Math.round() should call round() instead of roundf() há 5 anos atrás
  Linus Groh 97de93eed1 LibJS: Add js_negative_infinity() há 5 anos atrás
  Emanuele Torre ba67fc68b8 LibJS: Rename variable "max" to "min" in MathObject::min() (#1665) há 5 anos atrás
  Linus Groh f5dacfbb5b LibJS: Add Math.{cos,sin,tan}() há 5 anos atrás
  Linus Groh 04a36b247b LibJS: Simplify MathObject functions há 5 anos atrás
  Andreas Kling 003741db1c LibJS: Add Math.min() há 5 anos atrás
  Linus Groh 9e7dcaa106 LibJS: Return -Infinity in Math.max() with no argument há 5 anos atrás
  Linus Groh 2f775a925b LibJS: Fix Math.SQRT1_2 há 5 anos atrás
  Brian Gianforcaro 240a5b5fd7 LibJS: Add support for Math.ceil() and Math.trunc() há 5 anos atrás
  Brian Gianforcaro 4e54d0ff21 LibJS: Add support for arbitrary arguments to Math.max há 5 anos atrás
  Andreas Kling d84de532f1 LibJS: Add Math.max() há 5 anos atrás
  Andreas Kling 16bd99aa52 LibJS: Add Math.round() há 5 anos atrás
  Andreas Kling afff228308 LibJS: Add Math.floor() há 5 anos atrás
  Andreas Kling 9e05672f87 LibJS: Math.sqrt.length should be 1 há 5 anos atrás
  Andreas Kling d4dfe7e525 LibJS: Add Math.sqrt() há 5 anos atrás
  Linus Groh cd3e2690eb LibJS: Set length property in Object::put_native_function() há 5 anos atrás
  Andreas Kling cd1d369cdd LibJS: Add argument(i) and argument_count() to Interpreter há 5 anos atrás
  Linus Groh 03c3530d86 LibJS: Add constant properties to MathObject há 5 anos atrás
  Linus Groh bad0556a59 LibJS: Handle empty strings and arrays in Value::to_number() há 5 anos atrás