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@deno/mod.js' ;
55
+ import iterAtan from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-special-atan@v0.1.0- deno/mod.js' ;
56
56
```
57
57
58
58
#### iterAtan( iterator )
@@ -110,7 +110,7 @@ The returned [iterator][mdn-iterator-protocol] protocol-compliant object has the
110
110
111
111
``` javascript
112
112
import uniform from ' https://cdn.jsdelivr.net/gh/stdlib-js/random-iter-uniform@deno/mod.js' ;
113
- import iterAtan from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-special-atan@deno/mod.js' ;
113
+ import iterAtan from ' https://cdn.jsdelivr.net/gh/stdlib-js/math-iter-special-atan@v0.1.0- deno/mod.js' ;
114
114
115
115
// Create a seeded iterator for generating pseudorandom numbers:
116
116
var rand = uniform ( - 2.0 , 2.0 , {
You can’t perform that action at this time.
0 commit comments