Mathematical functions

From JSXGraph Wiki
Revision as of 13: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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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;