We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679d4bf commit c9b06d8Copy full SHA for c9b06d8
1 file changed
lib/node_modules/@stdlib/math/tools/unary/lib/ndarray.js
@@ -37,7 +37,6 @@ var copy = require( '@stdlib/array/base/copy-indexed' );
37
* @param {ndarray} x - input array
38
* @param {string} ydtype - output array data type
39
* @param {string} yorder - output array order
40
-* @throws {TypeError} must provide an input array argument with a supported data type
41
* @returns {ndarray} output array
42
*/
43
function ndarrayfcn( fcn, x, ydtype, yorder ) {
0 commit comments