File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ limitations under the License.
5050## Usage
5151
5252``` javascript
53- import itermaxabs from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-iter-maxabs@esm/index.mjs' ;
53+ import itermaxabs from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-iter-maxabs@v0.2.1- esm/index.mjs' ;
5454```
5555
5656#### itermaxabs( iterator )
@@ -97,7 +97,7 @@ var m = itermaxabs( arr );
9797<script type =" module" >
9898
9999import runif from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-uniform@esm/index.mjs' ;
100- import itermaxabs from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-iter-maxabs@esm/index.mjs' ;
100+ import itermaxabs from ' https://cdn.jsdelivr.net/gh/stdlib-js/stats-iter-maxabs@v0.2.1- esm/index.mjs' ;
101101
102102// Create an iterator for generating uniformly distributed pseudorandom numbers:
103103var rand = runif ( - 10.0 , 10.0 , {
You can’t perform that action at this time.
0 commit comments