On Mon, Oct 1, 2018 at 1:32 AM Steve Barnes <[email protected]> wrote: > > No complex can be converted to float without accessing either the real > or imag component. >
Or taking its absolute value, which will return nan if either part is nan. ChrisA _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
