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 bedaa66 commit 939375cCopy full SHA for 939375c
1 file changed
lib/node_modules/@stdlib/ndarray/base/nans/README.md
@@ -42,7 +42,7 @@ var nans = require( '@stdlib/ndarray/base/nans' );
42
43
#### nans( dtype, shape, order )
44
45
-Creates a NaN-filled [ndarray][@stdlib/ndarray/base/ctor] having a specified shape and floating-point [data type][@stdlib/ndarray/dtypes].
+Creates a NaN-filled [ndarray][@stdlib/ndarray/base/ctor] having a specified shape and [data type][@stdlib/ndarray/dtypes].
46
47
```javascript
48
var getDType = require( '@stdlib/ndarray/dtype' );
0 commit comments