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