Computer Science
Explain the use of Math.log() mathematical function
Java Math Lib Methods
3 Likes
Answer
Math.log returns the natural logarithm of its argument. Both, return type and argument is of double data type.
Answered By
2 Likes
Explain the use of Math.log() mathematical function
3 Likes
Math.log returns the natural logarithm of its argument. Both, return type and argument is of double data type.
Answered By
2 Likes