File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled Expand file tree Collapse file tree 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' );
2626// MAIN //
2727
2828/**
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`) .
3030*
3131* @private
3232* @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 ) {
6060// END: rational_pq
6161
6262/**
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`) .
6464*
6565* @param x input value
6666* @return Lanczos sum approximation
You can’t perform that action at this time.
0 commit comments