JavaScript tutorial:
Math object methods

 

Members of Math.prototype

The Math object has no methods that are part of the prototype.

Nonmembers of Math.prototype

abs Method
acos Method
asin Method
atan Method
atan2 Method
ceil Method
cos Method
exp Method
floor Method
log Method
max Method
min Method
pow Method
random Method
round Method
sin Method
sqrt Method
tan Method