Back to Browse

#14 JavaScript Math Methods

87 views
Jun 20, 2024
12:34

The Math namespace object contains static properties and methods for mathematical constants and functions. Math works with the Number type. It doesn't work with BigInt. Unlike most global objects, Math is not a constructor. You cannot use it with the new operator or invoke the Math object as a function. All properties and methods of Math are static.

Download

0 formats

No download links available.

#14 JavaScript Math Methods | NatokHD