We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
math/base/tools/chebyshev-seriesf
1 parent c59b5f4 commit 59cfc31Copy full SHA for 59cfc31
2 files changed
lib/node_modules/@stdlib/math/base/tools/chebyshev-seriesf/lib/factory.js
@@ -49,7 +49,7 @@ var chebyshevSeriesf = require( './main.js' );
49
* // returns 0.75
50
*
51
* v = polyval( 0.0 ); // 1*T_0(0) + 0.5*T_1(0)
52
-* // returns 0.5
+* // returns 0.25
53
*/
54
function factory( c ) {
55
var f;
lib/node_modules/@stdlib/math/base/tools/chebyshev-seriesf/lib/index.js
@@ -38,7 +38,7 @@
38
39
40
41
42
43
44
// MODULES //
0 commit comments