Click or drag to resize

GammaRelatedBeta(Double, Double) 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
)

Parameters

a  Double
The first parameter.
b  Double
The second parameter.

Return Value

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