|
||
---|---|---|
.. | ||
docs | ||
lib | ||
package.json | ||
README.md |
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
Usage
var CATALAN = require( '@stdlib/constants/float64/catalan' );
CATALAN
var bool = ( CATALAN === 0.915965594177219 );
// returns true
Examples
var CATALAN = require( '@stdlib/constants/float64/catalan' );
console.log( CATALAN );
// => 0.915965594177219