time-to-botec/js/node_modules/@stdlib/constants/float64/apery
..
docs
lib
package.json
README.md

Apéry's Constant

Apéry's constant.

Apéry's constant is defined as

Apéry's constant

where ζ(s) is the Riemann zeta function

Usage

var APERY = require( '@stdlib/constants/float64/apery' );

APERY

Apéry's constant.

var bool = ( APERY === 1.2020569031595942 );
// returns true

Examples

var APERY = require( '@stdlib/constants/float64/apery' );

console.log( APERY );
// => 1.2020569031595942