C# Class YAMP.Numerics.Zeta

Provides access to the useful Riemann-Zeta function.
ファイルを表示 Open project: FlorianRappl/YAMP

Public Methods

Method Description
RiemannZeta ( Double s ) : Double

Computes the real Riemann Zeta function.

RiemannZeta ( ScalarValue s ) : ScalarValue

Computes the complex Riemann Zeta function.

Private Methods

Method Description
RiemannZeta1msLt0 ( ScalarValue s ) : ScalarValue
RiemannZeta1msLt0 ( double s ) : double
RiemannZetaGt0 ( ScalarValue s ) : ScalarValue
RiemannZetaGt0 ( double s ) : double

Method Details

RiemannZeta() public static method

Computes the real Riemann Zeta function.
public static RiemannZeta ( Double s ) : Double
s Double The real argument
return Double

RiemannZeta() public static method

Computes the complex Riemann Zeta function.
public static RiemannZeta ( ScalarValue s ) : ScalarValue
s ScalarValue The complex argument.
return ScalarValue