Skip to content

Commit

Permalink
typo and iostream
Browse files Browse the repository at this point in the history
  • Loading branch information
jtlap committed Jan 15, 2025
1 parent a279120 commit dc125b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion include/kyosu/details/bessel/bessel_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ namespace kyosu::_
D = kyosu::rec(D);
delta = C*D;
f = f * delta;
} while(eve::any((kyosu::abs(kyosu::dec(delta)) > terminator) && --counter));
} while(eve::any((kyosu::abs(kyosu::dec(delta)) > terminator)) && --counter);
g.reset();
return f;
}
Expand Down
1 change: 0 additions & 1 deletion include/kyosu/functions/oneminus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
#include <kyosu/details/callable.hpp>
#include <kyosu/functions/inc.hpp>
#include <kyosu/functions/minus.hpp>
#include <iostream>

namespace kyosu
{
Expand Down

0 comments on commit dc125b2

Please sign in to comment.