We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964b8e2 commit 321734dCopy full SHA for 321734d
lib/node_modules/@stdlib/array/safe-casts/README.md
@@ -46,7 +46,7 @@ If provided a `dtype` argument, returns a list of array [data types][@stdlib/arr
46
47
```javascript
48
var out = safeCasts( 'float32' );
49
-// e.g., returns [ 'float32', 'float64', 'generic' ]
+// e.g., returns [ 'float32', 'float64', 'complex64', 'complex128', 'generic' ]
50
```
51
52
If not provided a `dtype` argument, the function returns a casting table.
0 commit comments