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