SpecialFunctionsGeneralHarmonic Method |
Compute the generalized harmonic number of order n of m. (1 + 1/2^m + 1/3^m + ... + 1/n^m)
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double GeneralHarmonic(
int n,
double m
)
Parameters
- n Int32
- The order parameter.
- m Double
- The power parameter.
Return Value
DoubleGeneral Harmonic number.
See Also