Mathematical functions
From JSXGraph Wiki
Revision as of 15:00, 25 January 2009 by A WASSERMANN (talk | contribs) (New page: ==Functions of the JavaScript Object Math== The following functions are part of every JavaScript virtual machine: * Math.abs; * Math.acos; * Math.asin; * Math.atan; * Math.ceil; * Math.cos...)
Functions of the JavaScript Object Math
The following functions are part of every JavaScript virtual machine:
- Math.abs;
- Math.acos;
- Math.asin;
- Math.atan;
- Math.ceil;
- Math.cos;
- Math.exp;
- Math.floor;
- Math.log;
- Math.max;
- Math.min;
- Math.random;
- Math.sin;
- Math.sqrt;
- Math.tan;