Skip to content

Commit

Permalink
stray comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mck1117 committed Mar 7, 2023
1 parent 8e65946 commit 163cee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/src/math.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ float tanf_taylor(float x) {
}

expected<float> NewtonsMethodSolver::solve(float x0, float deltaX, size_t maxIteration) {
// the same method works for R (if C is known) or C (if R is known)
float Xcur, Xnext;
Xnext = x0;

Expand Down

0 comments on commit 163cee4

Please sign in to comment.