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.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic 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
DoubleThe complete beta function of arguments a and b.
See Also