digamma Function

public pure elemental function digamma(x) result(rst)

Computes the digamma function.

The digamma function is defined as:

See Also

Arguments

Type IntentOptional Attributes Name
real(kind=real64), intent(in) :: x

The value at which to evaluate the function.

Return Value real(kind=real64)

The function value.


Contents