log

The log method returns the natural logarithm (base e) of x.

 

Syntax

System.Double log(System.Double x);

 

Parameters

x

Number

 

Return Value

Returns the result of the operation.

 

Remarks

Member of Math.

 

Example