Explain the use of Math.log() mathematical function
1 Like
Math.log returns the natural logarithm of its argument. Both, return type and argument is of double data type.
Answered By
3 Likes
Explain the use of Math.sin() mathematical function
Explain the use of Math.ceil() mathematical function
Explain the use of Math.exp() mathematical function
Explain the use of Math.rint() mathematical function