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