-
-
Notifications
You must be signed in to change notification settings - Fork 12.1k
Open
Description
Some binary file formats use half precision complex numbers (float16 for the real and imaginary parts)
Since numpy already supports half precision floats wouldn't it be possible to support the complex counterpart?
| Size | Float | Complex |
|---|---|---|
| 2 | f2 | ??? |
| 4 | f4 | c8 |
| 8 | f8 | c16 |
Reactions are currently unavailable