public static native double log (double a)

Returns the natural logarithm (base e) of a double value. Special cases:

Parameters:
a    a value

Returns:  the value ln  a, the natural logarithm of a.