UNPKG
const-eulergamma
Version:
latest (1.0.3)
1.0.3
The Euler-Mascheroni constant.
github.com/const-io/eulergamma
const-io/eulergamma
const-eulergamma
/
lib
/
index.js
10 lines
(5 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
'use strict'
;
// http://oeis.org/A001620
var
GAMMA
=
0.577215664901532860606512090082402431042
;
// EXPORTS //
module
.
exports
=
GAMMA
;