|
GammaTrigamma Method
|
Trigamma function.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntaxpublic static double Trigamma(
double x
)
Public Shared Function Trigamma (
x As Double
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
Return Value
Type:
Double
Remarks
This code has been adapted from the FORTRAN77 and subsequent
C code by B. E. Schneider and John Burkardt. The code had been
made public under the GNU LGPL license.
See Also