|
inlineconstexpr |
Computes the Riemann \( \displaystyle\xi(z) = \frac{1}{2}z(z-1)\pi^{-\frac{z}{2}}\Gamma(\frac{z}{2})\zeta(z)\). function or the Landau version \( \displaystyle\Xi(z) = \xi(\frac{1}{2} + i z)\).
Parameters
z : cayley-dickson like value to process.Return value
z of the Riemann \(\xi\) function (ξ can be used a an alias).z of the Landau \(\Xi\) function (Ξ can be used a an alias).if the input z is a floating_value the call is done as if complex(z) was input.