GAMMA_LANCZOS_G
Arbitrary constant
g
to be used in Lanczos approximation functions.
Usage
var GAMMA_LANCZOS_G = require( '@stdlib/constants/float64/gamma-lanczos-g' );
GAMMA_LANCZOS_G
Arbitrary constant g
to be used in Lanczos approximation functions.
var bool = ( GAMMA_LANCZOS_G === 10.900511 );
// returns true
Examples
var GAMMA_LANCZOS_G = require( '@stdlib/constants/float64/gamma-lanczos-g' );
console.log( GAMMA_LANCZOS_G );
// => 10.900511
C APIs
Usage
#include "stdlib/constants/float64/gamma_lanczos_g.h"
STDLIB_CONSTANT_FLOAT64_GAMMA_LANCZOS_G
Macro for the arbitrary constant g
to be used in Lanczos approximation functions.
References
- Pugh, Glendon R. 2004. "An analysis of the Lanczos gamma approximation." PhD thesis, University of British Columbia. <https://web.viu.ca/pughg/phdThesis/phdThesis.pdf>.