hello developers
Welcome back, we will see Math Object in Javascript | JavaScript math functions | javascript math methods | The JavaScript Math object allows you to perform mathematical tasks on numbers.
here are some of the methods we have discussed hope you learned something
Math.PI;
Math.PI returns the ratio of a circle's circumference to its diameter:
Math.round()
Math.round(x) returns the value of x rounded to its nearest integer:
Math.pow()
Math.pow(x, y) returns the value of x to the power of y:
Math.sqrt()
Math.sqrt(x) returns the square root of x:
Math.abs()
Math.abs(x) returns the absolute (positive) value of x:
Math.ceil()
Math.ceil(x) returns the value of x rounded up to its nearest integer:
Math.floor()
Math.floor(x) returns the value of x rounded down to its nearest integer:
Math.min() and Math.max()
Math.min() and Math.max() can be used to find the lowest or highest value in a list of arguments:
Math.random()
Math.random() returns a random number between 0 (inclusive), and 1 (exclusive):
Guys, Please support my channel by SUBSCRIBE to my channel and share my videos in your Social Network TimeLines.
Don't Forget to Follow me on all Social Network,
Twitter: / srikanthsatheli