File tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ var addon = require( './../src/addon.node' );
26
26
// MAIN //
27
27
28
28
/**
29
- * Calculates the Lanczos sum for the approximation of the gamma function (scaled by `exp(-g)`, where `g = 10.900511`.
29
+ * Calculates the Lanczos sum for the approximation of the gamma function (scaled by `exp(-g)`, where `g = 10.900511`) .
30
30
*
31
31
* @private
32
32
* @param {number } x - input value
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ static double rational_pq( const double x ) {
60
60
// END: rational_pq
61
61
62
62
/**
63
- * Calculates the Lanczos sum for the approximation of the gamma function (scaled by `exp(-g)`, where `g = 10.900511`.
63
+ * Calculates the Lanczos sum for the approximation of the gamma function (scaled by `exp(-g)`, where `g = 10.900511`) .
64
64
*
65
65
* @param x input value
66
66
* @return Lanczos sum approximation
You can’t perform that action at this time.
0 commit comments