CATALAN
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
C APIs
Usage
#include "stdlib/constants/float64/catalan.h"
STDLIB_CONSTANT_FLOAT64_CATALAN
Macro for Catalan's constant.