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 @@ -52,7 +52,7 @@ limitations under the License.
52
52
## Usage
53
53
54
54
``` javascript
55
- import iterAtan from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-special-atan@esm/index.mjs' ;
55
+ import iterAtan from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-special-atan@v0.2.2- esm/index.mjs' ;
56
56
```
57
57
58
58
#### iterAtan( iterator )
@@ -115,7 +115,7 @@ The returned [iterator][mdn-iterator-protocol] protocol-compliant object has the
115
115
<script type =" module" >
116
116
117
117
import uniform from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-uniform@esm/index.mjs' ;
118
- import iterAtan from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-special-atan@esm/index.mjs' ;
118
+ import iterAtan from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-special-atan@v0.2.2- esm/index.mjs' ;
119
119
120
120
// Create a seeded iterator for generating pseudorandom numbers:
121
121
var rand = uniform ( - 2.0 , 2.0 , {
You can’t perform that action at this time.
0 commit comments