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.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static double Beta(
double a,
double b
)
Parameters
- a Double
- The first parameter.
- b Double
- The second parameter.
Return Value
DoubleThe complete beta function of arguments a and b.
See Also