How much is 1 million: In Rupees thousands lakhs dollars

1 million meaning In Mathematics, 1 million implies 1 thousand thousand. If we talk mathematically, then 1 million is a natural number which is preceded by 1000001 and followed by 999999. We rarely use millions in our daily life unlike lakhs, thousands, and hundreds. Therefore, to be honest most of us do not have a … Read more

Math Object in JavaScript

The JavaScript Math object used to perform mathematical tasks with numbers.Math is an object that has properties and methods. Math has no constructor. All Math’s properties and methods are static. To refer methods and properties use Math.propertName  and functions as Math.funcationName(). For example to access the constant pi use Math.PI To call the sine function use Math.sin(valuex), where valuex is a … Read more