Click or drag to resize

SpecialFunctionsBetaLn Method

Computes the logarithm of the Euler Beta function.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Double
The logarithm of the Euler Beta function evaluated at z,w.
Exceptions
ExceptionCondition
ArgumentExceptionIf z or w are not positive.
See Also