We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61b40c commit 2789effCopy full SHA for 2789eff
lib/node_modules/@stdlib/math/base/special/gamma-lanczos-sum/README.md
@@ -178,8 +178,8 @@ int main( void ) {
178
double y;
179
int i;
180
for ( i = 0; i < 4; i++ ) {
181
- y = stdlib_base_gamm_lanczos_sum( x[ i ] );
182
- printf( "gamm_lanczos_sum(%lf) = %lf\n", x[ i ], y );
+ y = stdlib_base_gamma_lanczos_sum( x[ i ] );
+ printf( "gamma_lanczos_sum(%lf) = %lf\n", x[ i ], y );
183
}
184
185
```
0 commit comments