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 1d3e5ff commit 1e8a5beCopy full SHA for 1e8a5be
lib/node_modules/@stdlib/ndarray/flatten/docs/types/index.d.ts
@@ -56,7 +56,7 @@ interface Options {
56
*
57
* ## Notes
58
59
- * - This option overrides using the input ndarray's inferred data type.
+ * - By default, the function returns an ndarray having the same data type as a provided input ndarray.
60
*/
61
dtype?: DataType;
62
}
0 commit comments