Mathematical functions
From JSXGraph Wiki
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;