Computer Applications

Explain the following function:

Math.log()

Java Math Lib Methods

61 Likes

Answer

Returns the natural logarithm of its argument. Both return type and argument is of double data type.

Answered By

43 Likes


Related Questions