Owning Palette: Elementary & Special Functions and VIs
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 (Arg) -1 | Computes 1 less than the value of e raised to the x power. |
| Exponential | Computes the value of e raised to the x power, or the exponential of x. |
| 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 (Arg +1) | Computes the natural logarithm of (x + 1). |
| Natural Logarithm | Computes the base e natural logarithm of x. |
| 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. |