Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Feb 10, 2024
1 parent 3df2579 commit baaaf3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/RiemannR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@ long double RiemannR(long double x)
return 0;

long double epsilon = std::numeric_limits<long double>::epsilon();

if (std::abs(x - 1.0) < epsilon)
return 1;

long double sum = 1;
long double old_sum = -1;
long double term = 1;
Expand Down

0 comments on commit baaaf3d

Please sign in to comment.