Click or drag to resize

SpecialFunctionsGeneralHarmonic Method

Compute the generalized harmonic number of order n of m. (1 + 1/2^m + 1/3^m + ... + 1/n^m)

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double GeneralHarmonic(
	int n,
	double m
)

Parameters

n  Int32
The order parameter.
m  Double
The power parameter.

Return Value

Double
General Harmonic number.
See Also