Owning Palette: Elementary & Special Functions and VIs
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. |
| 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. |