We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a6fee commit b4e24c3Copy full SHA for b4e24c3
lib/node_modules/@stdlib/ndarray/base/assert/is-floating-point-data-type/README.md
@@ -42,7 +42,7 @@ var isFloatingPointDataType = require( '@stdlib/ndarray/base/assert/is-floating-
42
43
#### isFloatingPointDataType( value )
44
45
-Tests if an input `value` is a supported ndarray floating-point (i.e., signed or unsigned integer) data type.
+Tests if an input `value` is a supported ndarray floating-point data type.
46
47
```javascript
48
var bool = isFloatingPointDataType( 'float32' );
0 commit comments