EulerConstant -- the Euler-Mascheroni constant
Synopsis
-
- Usage:
EulerConstant
-
Outputs:
-
a real number, the Euler-Mascheroni constant, converted to a numeric value of the correct precision, when necessary.
Description
i1 : EulerConstant
o1 = EulerConstant
o1 : Constant
|
i2 : +EulerConstant
o2 = .577215664901533
o2 : RR (of precision 53)
|
i3 : EulerConstant+100p100
o3 = 100.57721566490153286060651209
o3 : RR (of precision 100)
|
See Euler-Mascheroni constant.