Question: What are Math routines in Javascript?Answer: the Math object contains functions and constantsMath.sqrt Math.pow Math.abs Math.max Math.min Math.floor Math.ceil Math.round Math.PI Math.E Math.random function returns number in [0..1) |
Is it helpful?
Yes
No
Most helpful rated by users:
- What are JavaScript data types?
- What\'s relationship between JavaScript and ECMAScript?
- What does isNaN function do?
- How do you convert numbers between different bases in JavaScript?
- What is negative infinity?