File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/node_modules/@stdlib/math/special/abs Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
options: Object (optional)
13
13
Options.
14
14
15
- options.dtype: string (optional)
15
+ options.dtype: string|DataType (optional)
16
16
Output array data type. Must be a real-valued or "generic" data type.
17
17
18
18
options.order: string (optional)
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ var config = require( './config.js' );
41
41
* @param {ndarray } x - input ndarray
42
42
* @param {Options } [options] - options
43
43
* @param {string } [options.order] - output array order
44
- * @param {string } [options.dtype] - output array dtype
44
+ * @param {* } [options.dtype] - output array dtype
45
45
* @throws {TypeError } first argument must be an ndarray-like object
46
46
* @throws {TypeError } options argument must be an object
47
47
* @throws {TypeError } must provide valid options
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ var fallback = require( './main.js' ).assign;
41
41
* @param {ndarray } x - input ndarray
42
42
* @param {Options } [options] - options
43
43
* @param {string } [options.order] - output array order
44
- * @param {string } [options.dtype] - output array dtype
44
+ * @param {* } [options.dtype] - output array dtype
45
45
* @throws {TypeError } first argument must be an ndarray-like object
46
46
* @throws {TypeError } options argument must be an object
47
47
* @throws {TypeError } must provide valid options
You can’t perform that action at this time.
0 commit comments