Click or drag to resize

GammaRelatedBeta(Double, Double, Boolean) Method

Beta(a,b) calculates the complete beta function for double precision arguments a and b using Exp(LnBeta(a,b)).

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static double Beta(
	double a,
	double b,
	bool bDebug
)

Parameters

a  Double
The first parameter.
b  Double
The second parameter.
bDebug  Boolean
If true, an exception is thrown if serious errors occur. If false, NaN is returned on errors.

Return Value

Double
The complete beta function of arguments a and b.
See Also