time-to-botec/js/node_modules/@stdlib/constants/float64/eulergamma
NunoSempere b6addc7f05 feat: add the node modules
Necessary in order to clearly see the squiggle hotwiring.
2022-12-03 12:44:49 +00:00
..
docs feat: add the node modules 2022-12-03 12:44:49 +00:00
lib feat: add the node modules 2022-12-03 12:44:49 +00:00
package.json feat: add the node modules 2022-12-03 12:44:49 +00:00
README.md feat: add the node modules 2022-12-03 12:44:49 +00:00

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