SpecialFunctionsHarmonic Method |
Computes the t'th Harmonic number.
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double Harmonic(
int t
)
Parameters
- t Int32
- The Harmonic number which needs to be computed.
Return Value
DoubleThe t'th Harmonic number.
See Also