Skip to content

Commit

Permalink
Redundant line
Browse files Browse the repository at this point in the history
x^2 is already taken above
  • Loading branch information
dspyz-matician authored Aug 30, 2022
1 parent 6e68a95 commit 9505c8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cephes-double/fresnl.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ if( x > 36974.0 )
/* Asymptotic power series auxiliary functions
* for large argument
*/
x2 = x * x;
t = PI * x2;
u = 1.0/(t * t);
t = 1.0/t;
Expand Down

0 comments on commit 9505c8f

Please sign in to comment.