Complex logarithm of the beta function of a complex argument
Loading LOADSUB ALL FROM "CGAMMA.HTS"
or LOADSUB FROM "MATHLIB.HTS"
Usage COMPLEX A,B,C
C=FNClogbeta(A,B)
Description
FNClogbetareturns the value of the logarithm of the beta function of the complex valuesaandb, log[B(a,b)].B(a,b) is defined asΓ(a)Γ(b)/Γ(a+b) (seeGamma).B(a,b) is only defined forℜ(a) > 0 andℜ(b) > 0.
Errors
FNClogbetacauses an HTBasic error if its arguments are not both of type COMPLEX or if the real part of eitheraorbis negative or zero.