Class MathPolynomial#

Class Documentation#

class MathPolynomial#

This class is a collection of the static methods to calculate different polynomials.

Public Static Functions

static double ReHermite(int n, double x)#

The method calculates the Hermite polynomial of order n and value x.

static tcomplex ComplexHermite(int n, tcomplex x)#

The method calculates the complex Hermite polynomial of order n and value x.

static int Factorial(int n)#

The method calculates the factorial of n = n! Returns integer.

The method calculates the factorial of n = n!

static double FactorialDouble(int n)#

The method calculates the factorial of n = n! Returns double.

The method calculates the factorial of n = n!