Skip to content

Complete ECMA262 Math builtin object #82

Closed
@galpeter

Description

@galpeter

Track the Math built in progress.
Related ECMA262 section: http://www.ecma-international.org/ecma-262/5.1/#sec-15.8

  • Math.E
  • Math.LN10
  • Math.LN2
  • Math.LOG2E
  • Math.LOG10E
  • Math.PI
  • Math.SQRT1_2
  • Math.SQRT2
  • Math.abs(..)
  • Math.acos(..)
  • Math.asin(..)
  • Math.atan(..)
  • Math.atan2(..)
  • Math.ceil(..)
  • Math.cos(..)
  • Math.exp(..)
  • Math.floor(..)
  • Math.log(..)
  • Math.max(..)
  • Math.min(..)
  • Math.pow(..)
  • Math.random()
  • Math.round(..)
  • Math.sin(..)
  • Math.sqrt(..)
  • Math.tan(..)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions