|
||
---|---|---|
.. | ||
docs | ||
lib | ||
package.json | ||
README.md |
Apéry's Constant
Apéry's constant is defined as
where ζ(s)
is the Riemann zeta function
Usage
var APERY = require( '@stdlib/constants/float64/apery' );
APERY
var bool = ( APERY === 1.2020569031595942 );
// returns true
Examples
var APERY = require( '@stdlib/constants/float64/apery' );
console.log( APERY );
// => 1.2020569031595942