Click or drag to resize

SpecialFunctionsHarmonic Method

Computes the t'th Harmonic number.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double Harmonic(
	int t
)

Parameters

t  Int32
The Harmonic number which needs to be computed.

Return Value

Double
The t'th Harmonic number.
See Also