WorksheetFunction.Ln(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the natural logarithm of a number. Natural logarithms are based on the constant e (2.71828182845904).
public:
double Ln(double Arg1);
public double Ln (double Arg1);
Public Function Ln (Arg1 As Double) As Double
Parameters
- Arg1
- Double
Number - the positive real number for which you want the natural logarithm.
Returns
Remarks
Ln is the inverse of the EXP function.