  | NMathFunctionsLog(Double) Method | 
            Calculates the principal value of the natural logarithm of a 
            double-precision floating point number.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double Log(
	double d
)
Public Shared Function Log ( 
	d As Double
) As Double
public:
static double Log(
	double d
)
static member Log : 
        d : float -> float Parameters
- d  Double
 - A double-precision floating point number.
 
Return Value
DoubleThe logarithm of 
d.
See Also