Exponential Functions

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 ObjectDescription
ExponentialComputes the value of e raised to the x power, or the exponential of x.
Exponential (Arg) -1Computes 1 less than the value of e raised to the x power.
Logarithm Base 10Computes the base 10 logarithm of x.
Logarithm Base 2Computes the base 2 logarithm of x.
Logarithm Base XComputes the base x logarithm of y.
Natural LogarithmComputes the base e natural logarithm of x.
Natural Logarithm (Arg +1)Computes the natural logarithm of (x + 1).
Power Of 10Computes 10 raised to the x power.
Power Of 2Computes 2 raised to the x power.
Power Of XComputes x raised to the y power.
Y-th Root of XReturns 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.