Skip to content

Commit

Permalink
Merge da1aa07 into 69c8aa4
Browse files Browse the repository at this point in the history
  • Loading branch information
busstoptaktik committed Dec 18, 2022
2 parents 69c8aa4 + da1aa07 commit f6f1627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mlfn.cpp
Expand Up @@ -16,7 +16,7 @@ static double polyval(double x, const double p[], int N) {
return y;
}

// Evaluate y = sum(c[k] * sin((2*k+2) * zeta), i, 0, K-1)
// Evaluate y = sum(c[k] * sin((2*k+2) * zeta), k, 0, K-1)
static double clenshaw(double szeta, double czeta,
const double c[], int K) {
// Approx operation count = (K + 5) mult and (2 * K + 2) add
Expand Down

0 comments on commit f6f1627

Please sign in to comment.