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 a3ddcf5 commit afa33d2Copy full SHA for afa33d2
1 file changed
lib/node_modules/@stdlib/ndarray/base/docs/types/index.d.ts
@@ -414,7 +414,7 @@ interface Namespace {
414
*
415
* @example
416
* var dt = ns.binaryOutputDataType( 'float64', 'float32', 'complex_floating_point' );
417
- * // returns <string>
+ * // returns <DataType>
418
*/
419
binaryOutputDataType: typeof binaryOutputDataType;
420
@@ -4545,7 +4545,7 @@ interface Namespace {
4545
4546
4547
* var dt = ns.unaryOutputDataType( 'float64', 'complex_floating_point' );
4548
4549
4550
unaryOutputDataType: typeof unaryOutputDataType;
4551
0 commit comments