[Python-Dev] Complex numbers

2017-09-04 Thread TBER Abdelmalek
s the idea was to give an alternative to it. With the hope I managed to succeed, here is the module : # Module for complex numbers (doesn't support the built-in complex class) # Originally contributed by TBER Abdelmalek import re, math from fractions import Fraction as Q if __name__ ==

Re: [Python-Dev] Complex numbers

2017-09-04 Thread TBER Abdelmalek
thanks for your feedback. Le 4 sept. 2017 22:35, "David Mertz" a écrit : > This sounds like something worthwhile to put on GitHub and PyPI. But it > doesn't seem like it has much to do with developing CPython itself, the > purpose of this list. > > On Sep 4,