Computer Science
Explain the use of Math.log() mathematical function
Java Math Lib Methods
2 Likes
Answer
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.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