Apéry's constant is defined as
where ζ(s) is the Riemann zeta function.
var FLOAT16_APERY = require( '@stdlib/constants/float16/apery' );var bool = ( FLOAT16_APERY === 1.2021484375 );
// returns truevar FLOAT16_APERY = require( '@stdlib/constants/float16/apery' );
console.log( FLOAT16_APERY );
// => 1.2021484375