Mark Dickinson added the comment:

> May be complex equivalents of all functions should be added for the same 
> reasons?

(1) This is off-topic for this issue; please open a separate one.

(2) Many of those functions simply don't make sense for complex numbers (for 
example floor, degrees, etc.), or it's not obvious how to extend them.  For 
those that do make sense (erf, for example), implementing and testing a 
library-quality version would take a lot of time and effort, and no-one would 
be interested in the result.  It's not worth it.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23229>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to