Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

JavaScript Programmer's Reference - Math Object

You are here: irt.org | XRef | core | Math

Math Object

Object/core
Internet Explorer 3.02
Netscape Navigator 2

Math Functions

NameMSIENNavNotes
abs()3.022
acos()3.022Note that Math.acos(0) may not return the same value as Math.PI.
asin()3.022
atan()3.022
atan2()42
ceil()3.022
cos()3.022Note that Math.cos(Math.PI) may not return precisely zero.
exp()3.022
floor()3.022
log()3.022
max()3.022
min()3.022
pow()3.022
random()3.022.02Only available in UNIX at version 2.02 of NNav.
round()3.022
sin()3.022Note that Math.sin(Math.PI/2) may not yield exactly 1.
sqrt()3.022
tan()3.022

Math Properties

NameMSIENNavNotes
constructor3.022

Math Static Constants

NameMSIENNavNotes
E3.022Mathematical accuracy in JS is not perfect.
LN103.022Mathematical accuracy in JS is not perfect.
LN23.022
LOG10E3.022Mathematical accuracy in JS is not perfect.
LOG2E3.022
PI3.022
SQRT1_23.022
SQRT23.022


You are here: irt.org | XRef | core | Math

©2018 Martin Webb