Zeta
Advanced Analysis Library Only
double Zeta (double x);
Purpose
Computes the Riemann Zeta function, which is defined as follows:
Parameters
Input | ||
Name | Type | Description |
x | double | The point at which the Zeta function is evaluated. |
Return Value
Name | Type | Description |
result | double | The value of the Zeta function. |
Additional Information
Library: Advanced Analysis Library
Include file: analysis.h
LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later