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 374953a commit bdd0013Copy full SHA for bdd0013
lib/node_modules/@stdlib/ndarray/base/assert/is-complex-floating-point-data-type/lib/main.js
@@ -34,8 +34,6 @@ var isDataType = contains( dtypes( 'complex_floating_point' ) );
34
/**
35
* Tests whether an input value is a supported ndarray complex-valued floating-point data type.
36
*
37
-* @name isComplexFloatingPointDataType
38
-* @type {Function}
39
* @param {*} v - value to test
40
* @returns {boolean} boolean indicating whether an input value is a supported ndarray complex-valued floating-point data type
41
0 commit comments