time-to-botec/js/node_modules/@stdlib/constants/float64/catalan
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

Catalan's Constant

Catalan's constant.

Catalan's constant C (also denoted K or G) commonly appears in estimates of combinatorial functions and may be defined by the following infinite series

Catalan's constant

Usage

var CATALAN = require( '@stdlib/constants/float64/catalan' );

CATALAN

Catalan's constant.

var bool = ( CATALAN === 0.915965594177219 );
// returns true

Examples

var CATALAN = require( '@stdlib/constants/float64/catalan' );

console.log( CATALAN );
// => 0.915965594177219