Message2548

Author tfreund
Recipients
Date 2006-11-21.04:02:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Here is an implementation of the cmath module.  The logic was lifted directly from the CPython implementation, and the code was formatted with Eclipse's Java Conventions formatter.

The tests included in CPython are pretty weak - they just make sure that the functions return.  Adding more comprehensive tests would be a good thing.

This is my first module implementation, so I am sure there is room for improvement. Comments are appreciated.

Best regards,

Tim

History
Date User Action Args
2008-02-20 17:18:34adminlinkissue1600162 messages
2008-02-20 17:18:34admincreate