[Patches] [ python-Patches-826074 ] cmath.log optional base
argument, fixes #823209
SourceForge.net
noreply at sourceforge.net
Fri Jan 2 00:36:31 EST 2004
Patches item #826074, was opened at 2003-10-18 14:42
Message generated for change (Comment added) made by tim_one
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=826074&group_id=5470
Category: Modules
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Andrew Gaul (gaul)
>Assigned to: Raymond Hettinger (rhettinger)
Summary: cmath.log optional base argument, fixes #823209
Initial Comment:
Fixes bug #823209. math.log allows an optional base
argument, add the same functionality to cmath.log.
----------------------------------------------------------------------
>Comment By: Tim Peters (tim_one)
Date: 2004-01-02 00:36
Message:
Logged In: YES
user_id=31435
I don't really care. I see the referenced bug report had a
marginal use case; OTOH, I can't afford the time to analyze
this for numeric quality and robustness (but almost all of
cmathmodule is in the same boat wrt that, so that's not much
of an argument against it). The patch needs new tests and
doc changes, of course.
----------------------------------------------------------------------
Comment By: Raymond Hettinger (rhettinger)
Date: 2004-01-01 02:33
Message:
Logged In: YES
user_id=80475
Tim, should this be done?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=826074&group_id=5470
More information about the Patches
mailing list