Most useful javascript math functions

Most useful javascript math functions

ยท

1 min read

abs

Math.abs function returns the absolute value of a number

carbon (22).png

ceil

Math.ceil function rounds a number up to the next largest integer

carbon (23).png

floor

Math.floor function rounds a number down to its nearest integer

carbon (25).png

round

Math.round function rounds a number to its nearest integer

carbon (24).png

trunc

Math.trunc function returns the integer part of a number

carbon (26).png

max

Math.max function returns the number with the largest value

carbon (55).png

min

Math.min function returns the number with the lowest value

carbon (54).png

pow

Math.pow function returns the base to the exponent power

carbon (31).png

sqrt

Math.sqrt function returns the square root of a number

carbon (32).png

cbrt

Math.cbrt function returns the cubic root of a number

carbon (33).png

random

Math.random return random number between 0 to 1

carbon (35).png

Bonus

sign

Math.sign return an argument is negative, positive or NaN

carbon (34).png

Wrapping up!

Share this blog with your friends ๐Ÿ‘ฉ๐Ÿผโ€๐Ÿคโ€๐Ÿง‘๐Ÿผ and developers ๐Ÿ‘จโ€๐Ÿ’ป you know and let them know these

Your feedback and comments are very important to me. ๐Ÿ’Œ

Get in touch ๐Ÿคœ๐Ÿค›

Instagram

ย