Returns the Riemann zeta function.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static double Zeta(
double s
)
Public Shared Function Zeta (
s As Double
) As Double
public:
static double Zeta(
double s
)
static member Zeta :
s : float -> float
Parameters
- s
- Type: SystemDouble
A real number.
Return Value
Type:
DoubleThe Riemann zeta function at
s.
Reference