[Python-Dev] Complex numbers (original) (raw)

TBER Abdelmalek a.tber10 at gmail.com
Mon Sep 4 18:30:20 EDT 2017


thanks for your feedback.

Le 4 sept. 2017 22:35, "David Mertz" <mertz at gnosis.cx> 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, 2017 2:09 PM, "TBER Abdelmalek" <a.tber10 at gmail.com> wrote:

This module implements cplx class (complex numbers) regardless to the built-in class. The main goal of this module is to propose some improvement to complex numbers in python and deal with them from a mathematical approach. Also cplx class doesn't support the built-in class intentionally, as the idea was to give an alternative to it. With the hope I managed to succeed, here is the module :


Python-Dev mailing list Python-Dev at python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/mertz% 40gnosis.cx -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170904/098ce5a8/attachment.html>



More information about the Python-Dev mailing list