Version

Log Method (Compute)

Returns the natural (base e) logarithm of x. Log(x) is the inverse of Exp(x).
Overload List
OverloadDescription
Log(Double)Returns the natural (base e) logarithm of x. Log(x) is the inverse of Exp(x).  
Log(Double,Double)Returns the base B logarithm of x.  
Log(Complex)Returns the principal value of the Complex logarithm of x.  
Log(Complex,Complex)Returns the principal value of the base BComplex logarithm of x.  
Log(Vector)Returns a Vector with the natural logarithm of each element of x.  
Log(Vector,Double)Returns a Vector with the base B logarithm of each element of x.  
Log(ComplexVector)Returns a ComplexVector with the natural logarithm of each element of x.  
Log(ComplexVector,Complex)Returns a ComplexVector with the base B logarithm of each element of x.  
Log(Matrix)Returns a Matrix with the natural logarithm of each element of x.  
Log(Matrix,Double)Returns a Matrix with the base B logarithm of each element of x.  
Log(ComplexMatrix)Returns a ComplexMatrix with the natural logarithm of each element of x.  
Log(ComplexMatrix,Complex)Returns a ComplexMatrix with the base B logarithm of each element of x.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also