Owning Palette: Elementary & Special Functions and VIs
Requires: Full 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 discrete math functions for areas such as combinatorics and number theory.
The VIs on this palette can return mathematics error codes.
Palette Object | Description |
---|---|
(Riemann) Zeta Function | Computes the zeta function. |
Binomial Coefficient | Calculates the binomial coefficient for nonnegative integer values of n and k. |
Check Prime | Checks whether a number is a prime number. |
Continued Fraction | Evaluates the continued fraction of two sequences (a[0], a[1], …, a[n]) and (b[0], b[1], …, b[n]). |
Factorial | Computes the factorial of n. |
Gcd | Computes the greatest common divisor of the input values. |
Lcm | Computes the least common multiple of the input values. |
Permute | Computes the number of ways to obtain an ordered subset of k elements from a set of n elements. |
Prime Factor | Computes the prime factorization of an integer. |