Math.log

Math.log

Class Overview | Class Members | This Package | All Packages

Syntax
public static native double log( double a )
Parameters
a
a number greater than 0.0.
Returns
the value ln a, the natural logarithm of a.
Description
Returns the natural logarithm (base e) of a double value.