2.3 KiB
2.3 KiB
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