Skip to content

Commit c9b06d8

Browse files
committed
Update JSDoc
1 parent 679d4bf commit c9b06d8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/math/tools/unary/lib

lib/node_modules/@stdlib/math/tools/unary/lib/ndarray.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ var copy = require( '@stdlib/array/base/copy-indexed' );
3737
* @param {ndarray} x - input array
3838
* @param {string} ydtype - output array data type
3939
* @param {string} yorder - output array order
40-
* @throws {TypeError} must provide an input array argument with a supported data type
4140
* @returns {ndarray} output array
4241
*/
4342
function ndarrayfcn( fcn, x, ydtype, yorder ) {

0 commit comments

Comments
 (0)