Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Many of the Math properties are
constants
that cannot be mutated. Since this is a departure from the mutable nature
of JavaScript, these properties are in all-caps (e.g., Math.PI;). Do not confuse these property
constants for constructor functions due to the capitalization of their
first letter. They are simply object properties that cannot be
changed.