10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66baae0 commit 46351b4Copy full SHA for 46351b4
README.md
@@ -52,7 +52,7 @@ limitations under the License.
52
## Usage
53
54
```javascript
55
-import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@deno/mod.js';
+import zeros from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-zeros@v0.3.0-deno/mod.js';
56
```
57
58
#### zeros( shape\[, options] )
@@ -128,7 +128,7 @@ var dt = arr.dtype;
128
129
130
import dtypes from 'https://cdn.jsdelivr.net/gh/stdlib-js/ndarray-dtypes@deno/mod.js';
131
132
133
// Get a list of data types:
134
var dt = dtypes( 'numeric' );
0 commit comments