Advanced Analysis Library Only
double Zeta (double x);
Computes the Riemann Zeta function, which is defined as follows:
| Input | ||
| Name | Type | Description |
| x | double-precision | The point at which the Zeta function is evaluated. |
| Name | Type | Description |
| result | double-precision | The value of the Zeta function. |