Click or drag to resize
Accord.NET (logo)

GammaTrigamma Method

Trigamma function.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double Trigamma(
	double x
)
Request Example View Source

Parameters

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