WildersMovingAverage
SpheroidalJoiningFactor[n, m, \[Gamma]] gives the spheroidal joining factor with degree n and order m.
IntegerExponent[n, b] gives the highest power of b that divides n.
FourierDST[list] finds the Fourier discrete sine transform of a list of real numbers.FourierDST[list, m] finds the Fourier discrete sine transform of type m.
InputForm[expr] prints as a version of expr suitable for input to Mathematica.
GCD
(Built-in Mathematica Symbol) GCD[n_1, n_2, ...] gives the greatest common divisor of the n_i.
Monitor
(Built-in Mathematica Symbol) Monitor[expr, mon] generates a temporary monitor cell in which the continually updated current value of mon is displayed during the course of evaluation of expr.
Precision[x] gives the effective number of digits of precision in the number x.
Cosh
(Built-in Mathematica Symbol) Cosh[z] gives the hyperbolic cosine of z.
FunctionExpand[expr] tries to expand out special and certain other functions in expr, when possible reducing compound arguments to simpler ones. FunctionExpand[expr, assum] ...