File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -93,13 +93,13 @@ L_{-n}(x) = (-1)^{n} L_n(x)
9393## Usage
9494
9595``` javascript
96- import lucaspoly from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-tools-lucaspoly@esm/index.mjs' ;
96+ import lucaspoly from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-tools-lucaspoly@v0.2.1- esm/index.mjs' ;
9797```
9898
9999You can also import the following named exports from the package:
100100
101101``` javascript
102- import { factory } from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-tools-lucaspoly@esm/index.mjs' ;
102+ import { factory } from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-tools-lucaspoly@v0.2.1- esm/index.mjs' ;
103103```
104104
105105#### lucaspoly( n, x )
@@ -152,7 +152,7 @@ v = polyval( 2.0 ); // => 2^5 + 5*2^3 + 5*2
152152<body >
153153<script type =" module" >
154154
155- import lucaspoly from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-tools-lucaspoly@esm/index.mjs' ;
155+ import lucaspoly from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-base-tools-lucaspoly@v0.2.1- esm/index.mjs' ;
156156
157157var i;
158158
You can’t perform that action at this time.
0 commit comments