Skip to content

Commit b6968e0

Browse files
committed
docs: fix descriptions
Ref: #1980 Ref: e8f94d2
1 parent 8ac377b commit b6968e0

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

lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled/lib/native.js

+1-1
Original file line numberDiff line numberDiff 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

lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum-expg-scaled/src/main.c

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)