Skip to content

Commit 78404a4

Browse files
committed
fix: remove unnecessary variable assignment in compute function
1 parent 6fe92d5 commit 78404a4

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/gammaincinv/src

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/math/base/special/gammaincinv/src/main.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,7 +735,6 @@ static double compute( const double a, const double p, const double q ) {
735735
x0 = x0 - L + ( b*r*evalpoly( CK, 5, r ) );
736736
} else {
737737
r = 1.0 / x0;
738-
L2 = L * L;
739738
double ck = L - 1.0;
740739
t = L - (b*r*ck);
741740
if ( t < x0 ) {

0 commit comments

Comments
 (0)