Explain the following function:
Math.log()
61 Likes
Returns the natural logarithm of its argument. Both return type and argument is of double data type.
Answered By
43 Likes
Math.pow()
Math.cbrt()
Distinguish between Math.ceil() and Math.floor()
Distinguish between Math.rint() and Math.round()