SpecialFunctionsBetaLn Method |
Computes the logarithm of the Euler Beta function.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double BetaLn(
double z,
double w
)
Parameters
- z Double
- The first Beta parameter, a positive real number.
- w Double
- The second Beta parameter, a positive real number.
Return Value
DoubleThe logarithm of the Euler Beta function evaluated at z,w.
Exceptions See Also