@stdlib/constants-float32-gamma-lanczos-g
v0.1.1
Published
Arbitrary constant `g` to be used in Lanczos approximation functions.
Readme
FLOAT32_GAMMA_LANCZOS_G
Arbitrary constant
gto be used in Lanczos approximation functions.
Installation
npm install @stdlib/constants-float32-gamma-lanczos-gUsage
var FLOAT32_GAMMA_LANCZOS_G = require( '@stdlib/constants-float32-gamma-lanczos-g' );FLOAT32_GAMMA_LANCZOS_G
Arbitrary constant g to be used in Lanczos approximation functions.
var bool = ( FLOAT32_GAMMA_LANCZOS_G === 1.42845618724823 );
// returns trueExamples
var FLOAT32_GAMMA_LANCZOS_G = require( '@stdlib/constants-float32-gamma-lanczos-g' );
console.log( FLOAT32_GAMMA_LANCZOS_G );
// => 1.42845618724823C APIs
Usage
#include "stdlib/constants/float32/gamma_lanczos_g.h"STDLIB_CONSTANT_FLOAT32_GAMMA_LANCZOS_G
Macro for the arbitrary constant g to be used in Lanczos approximation functions.
Notice
This package is part of stdlib, a standard library for JavaScript and Node.js, with an emphasis on numerical and scientific computing. The library provides a collection of robust, high performance libraries for mathematics, statistics, streams, utilities, and more.
For more information on the project, filing bug reports and feature requests, and guidance on how to develop stdlib, see the main project repository.
Community
License
See LICENSE.
Copyright
Copyright © 2016-2026. The Stdlib Authors.
