APERY

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

Apéry's constant.

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

Examples

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

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

C APIs

Usage

#include "stdlib/constants/float64/apery.h"

STDLIB_CONSTANT_FLOAT64_APERY

Macro for Apéry's constant.

Did you find this page helpful?