Skip to content

Commit 0d34521

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 1afca5f commit 0d34521

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • lib/node_modules/@stdlib/math/base/tools/chebyshev-series/docs

lib/node_modules/@stdlib/math/base/tools/chebyshev-series/docs/repl.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
{{alias}}( x, c )
33
Evaluates a Chebyshev series using double-precision floating-point
44
arithmetic.
5-
65
The implementation uses Clenshaw's recurrence algorithm and follows the
76
convention where the constant term is halved and polynomials are evaluated
87
at x/2.
@@ -31,7 +30,6 @@
3130
{{alias}}.factory( c )
3231
Returns a function for evaluating a Chebyshev series using double-precision
3332
floating-point arithmetic.
34-
3533
The returned function uses Clenshaw's recurrence algorithm and follows the
3634
convention where the constant term is halved and polynomials are evaluated
3735
at x/2.

0 commit comments

Comments
 (0)