File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/math/base/tools/chebyshev-series/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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*
You can’t perform that action at this time.
0 commit comments