Special.LogBeta Method

Evaluates the logarithm of the Beta function.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static double LogBeta(
	double a,
	double b
)

Parameters

a  Double
The first argument.
b  Double
The second argument.

Return Value

Double
The natural logarithm of the Beta function evaluated for the specified arguments.

See Also