Skip to content

Commit e51c0b3

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

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929

3030

3131
{{alias}}.factory( c )
32-
Returns a function for evaluating a Chebyshev series using double-
33-
precision floating-point arithmetic.
32+
Returns a function for evaluating a Chebyshev series using double-precision
33+
floating-point arithmetic.
3434

3535
The returned function uses Clenshaw's recurrence algorithm and follows the
3636
convention where the constant term is halved and polynomials are evaluated

lib/node_modules/@stdlib/math/base/tools/chebyshev-series/docs/types/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ interface ChebyshevSeries {
4040
* ## Notes
4141
*
4242
* - The implementation uses [Clenshaw's recurrence algorithm][clenshaw].
43-
* - The function internally evaluates Chebyshev polynomials at `x/2`.
43+
* - The function evaluates Chebyshev polynomials at `x/2`.
4444
*
4545
* [clenshaw]: https://en.wikipedia.org/wiki/Clenshaw_algorithm
4646
*
@@ -60,7 +60,7 @@ interface ChebyshevSeries {
6060
* ## Notes
6161
*
6262
* - The compiled function uses [Clenshaw's recurrence algorithm][clenshaw].
63-
* - The function internally evaluates Chebyshev polynomials at `x/2`.
63+
* - The function evaluates Chebyshev polynomials at `x/2`.
6464
*
6565
* [clenshaw]: https://en.wikipedia.org/wiki/Clenshaw_algorithm
6666
*
@@ -82,7 +82,7 @@ interface ChebyshevSeries {
8282
* ## Notes
8383
*
8484
* - The implementation uses [Clenshaw's recurrence algorithm][clenshaw].
85-
* - The function internally evaluates Chebyshev polynomials at `x/2`.
85+
* - The function evaluates Chebyshev polynomials at `x/2`.
8686
*
8787
* [clenshaw]: https://en.wikipedia.org/wiki/Clenshaw_algorithm
8888
*

0 commit comments

Comments
 (0)