[Python-Dev] Complex numbers
David Mertz
mertz at gnosis.cx
Mon Sep 4 17:35:29 EDT 2017
More information about the Python-Dev mailing list
Mon Sep 4 17:35:29 EDT 2017
- Previous message (by thread): [Python-Dev] Complex numbers
- Next message (by thread): [Python-Dev] Complex numbers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/9509a4fc/attachment.html>
- Previous message (by thread): [Python-Dev] Complex numbers
- Next message (by thread): [Python-Dev] Complex numbers
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list