Skip to content

Commit a763ac4

Browse files
committed
fix: allow downcast from float64 to complex64
1 parent 32d8d05 commit a763ac4

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/mostly-safe-casts/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/mostly-safe-casts/lib/data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"uint8": 0,
1111
"uint8c": 0,
1212
"complex128": 1,
13-
"complex64": 0,
13+
"complex64": 1,
1414
"binary": 0,
1515
"generic": 1
1616
},

0 commit comments

Comments
 (0)