JavaScript - Math

JavaScript Math is a built-in object that provides properties and methods for mathematical calculations. It provides various properties such as Math.E, Math.LN2, Math.LN10, Math.LOG2E, Math.LOG10E, Math.PI, Math.SQRT1_2, Math.SQRT2. It also provides methods like Math.abs(), Math.acos(), Math.asin(), Math.atan(), Math.ceil(), Math.cos(), Math.exp(), Math.floor(), Math.log(), Math.max(), Math.min(), Math.pow(), Math.random(), Math.round(), Math.sin(), Math.sqrt(), Math.tan(), etc.