Numerical zeta function.
Example:
zeta (1.1) ⇒ ans = 10.584
Note this function may be slow for large numbers of inputs.
This is because it is not a native double-precision implementation
but rather the numerical evaluation of the Python mpmath
function
zeta
.
TODO: The two-argument form is not yet implemented.
See also: @sym/zeta.
Package: symbolic