![]() | Download Help (Windows Only) |
Owning Class: basic
Requires: MathScript RT Module
c = log(a)
Computes the natural logarithm of the input elements. The natural logarithm of zero is -inf.
Name | Description |
---|---|
a | Specifies a numeric scalar, vector, or matrix. |
Name | Description |
---|---|
c | Returns the natural logarithm of the elements in a. c returns complex numbers for negative or complex elements in a. c is a scalar, vector, or matrix of the same size as a. |
The following table lists the support characteristics of this function.
Supported in the LabVIEW Run-Time Engine | Yes |
Supported on RT targets | Yes |
Suitable for bounded execution times on RT | Yes |
A = [0.1, 1; 10, 100]
C = log(A)
Helpful
Not Helpful