Owning Palette: Elementary & Special Functions and VIs
Requires: Base Development System. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.
Use this class of elementary functions to compute exponential and logarithmic functions.
The VIs on this palette can return mathematics error codes.
Palette Object | Description |
---|---|
Exponential | Computes the value of e raised to the x power, or the exponential of x. |
Exponential (Arg) -1 | Computes 1 less than the value of e raised to the x power. |
Logarithm Base 10 | Computes the base 10 logarithm of x. |
Logarithm Base 2 | Computes the base 2 logarithm of x. |
Logarithm Base X | Computes the base x logarithm of y. |
Natural Logarithm | Computes the base e natural logarithm of x. |
Natural Logarithm (Arg +1) | Computes the natural logarithm of (x + 1). |
Power Of 10 | Computes 10 raised to the x power. |
Power Of 2 | Computes 2 raised to the x power. |
Power Of X | Computes x raised to the y power. |
Y-th Root of X | Returns the yth root of the input value x. If x is not complex, x must be greater than or equal to zero unless y is an integer. Otherwise, the result is NaN. |