Write down the syntax to find the exponent of a number p.
26 Likes
Math.exp(p)
Answered By
10 Likes
Write down the syntax to find the round-off of a number k.
Write down the syntax to find the absolute value of a number y.
Explain the following function:
Math.random()
Math.pow()