Re: [Numpy-discussion] float16 but no complex32?

2019-07-11 Thread Cameron Blocker
I would use a complex32 dtype if it existed, whether provided by numpy or another library. My guess would be that there was not much demand for a complex32 datatype since float16s are slow and are generally used as a storage format [1] and you could easily store a complex array as two float16 arra

[Numpy-discussion] float16 but no complex32?

2019-07-11 Thread Neal Becker
I see a float16 dtype but not complex32. Is this an oversight? Thanks, Neal -- Those who don't understand recursion are doomed to repeat it ___ NumPy-Discussion mailing list NumPy-Discussion@python.org https://mail.python.org/mailman/listinfo/numpy-di