Click or drag to resize

SpecialFunctions Class

Provides methods representing some functions commonly accepted as special.
Inheritance Hierarchy
SystemObject
  Novacta.AnalyticsSpecialFunctions

Namespace:  Novacta.Analytics
Assembly:  Novacta.Analytics (in Novacta.Analytics.dll) Version: 2.0.0
Syntax
public static class SpecialFunctions

The SpecialFunctions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBinomialCoefficient
Computes the Binomial coefficient of the specified pair of integers.
Public methodStatic memberFactorial
Computes the Factorial function of the specified integer.
Public methodStatic memberLogGamma
Computes the natural logarithm of the Gamma function.
Top
See Also