time-to-botec/squiggle/node_modules/@stdlib/constants/float64/eulergamma
..
docs
lib
package.json
README.md

Euler-Mascheroni Constant

The Euler-Mascheroni constant.

The Euler-Mascheroni constant gamma (also known as "Euler's constant" or "the Euler constant") is defined as the limit of the sequence

Equation for the Euler-Mascheroni constant.

Usage

var GAMMA = require( '@stdlib/constants/float64/eulergamma' );

GAMMA

The Euler-Mascheroni constant.

var bool = ( GAMMA === 0.5772156649015329 );
// returns true

Examples

var GAMMA = require( '@stdlib/constants/float64/eulergamma' );

console.log( GAMMA );
// => 0.5772156649015329