Click or drag to resize

SpecialFunctionsEulerGamma Field

The Euler-Mascheroni constant, approximately equal to 0.5772156649...

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public const double EulerGamma = 0.577215664901533

Field Value

Double
Remarks
The Euler-Mascheroni constant is defined as the following limit.
C#
y  =   lim  Hn - ln(n)
       n -> inf
Where Hn is the harmonic number (Ref. http://mathworld.wolfram.com/Euler-MascheroniConstant.html). The Euler-Mascheroni constant is closely related to both the gamma and zeta functions. It's unknown if the constant is irrational.
See Also