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.
1 parent 1afca5f commit 0d34521Copy full SHA for 0d34521
1 file changed
lib/node_modules/@stdlib/math/base/tools/chebyshev-series/docs/repl.txt
@@ -2,7 +2,6 @@
2
{{alias}}( x, c )
3
Evaluates a Chebyshev series using double-precision floating-point
4
arithmetic.
5
-
6
The implementation uses Clenshaw's recurrence algorithm and follows the
7
convention where the constant term is halved and polynomials are evaluated
8
at x/2.
@@ -31,7 +30,6 @@
31
30
{{alias}}.factory( c )
32
Returns a function for evaluating a Chebyshev series using double-precision
33
floating-point arithmetic.
34
35
The returned function uses Clenshaw's recurrence algorithm and follows the
36
37
0 commit comments