We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e51c0b3 commit 6f2624dCopy full SHA for 6f2624d
1 file changed
lib/node_modules/@stdlib/math/base/tools/chebyshev-series/lib/factory.js
@@ -65,7 +65,7 @@ function factory( c ) {
65
f += 'var b1;';
66
f += 'var b2;';
67
68
- // If only one coefficient, the function always returns that coefficient...
+ // If no coefficients, the function always returns zero...
69
if ( n === 0 ) {
70
f += 'return 0.0;';
71
}
0 commit comments