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.3179.0 (4.8.3179.0)
Syntax
C#
public static double Beta(
	double a,
	double b,
	bool bDebug
)

Parameters

a  Double

[Missing <param name="a"/> documentation for "M:Altaxo.Calc.GammaRelated.Beta(System.Double,System.Double,System.Boolean)"]

b  Double

[Missing <param name="b"/> documentation for "M:Altaxo.Calc.GammaRelated.Beta(System.Double,System.Double,System.Boolean)"]

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