Computer Science
Explain the use of Math.log() mathematical function
Java Math Lib Methods
1 Like
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
1 Like
Math.log returns the natural logarithm of its argument. Both, return type and argument is of double data type.
Answered By
2 Likes