|
inlineconstexpr |
Computes the beta function: \(\displaystyle \mathbf{B}(x, y) = \frac{\Gamma(x)\Gamma(y)}{\Gamma(x+y)}\) for real or complex entries.
Parameters
x
,y
: Values to process. Can be a mix of Cayley_dickson and real floating values.Return value
\(\displaystyle \mathbf{B}(x,y) = \frac{\Gamma(x)\Gamma(y)}{\Gamma(x+y)}\) is returned. If x
and y
are real typed values they are treated as complex inputs.