Mark Dickinson <dicki...@gmail.com> added the comment:

The code looks fine to me.

> In the first few lines of this clone, the function mpd_qexp only calls 
> mpd_setspecial when mpd_isnegative is false while the function mpd_qln 
> calls mpd_setspecial independent of the value of mpd_isnegative.

That would probably be because exp(-infinity) is 0, which isn't a 
floating-point special value, and ln(-infinity) is NaN, which is.

In general, I don't think this kind of report is terribly helpful unless you've 
also examined *and understood* the code, and based on that understanding you've 
established that there's a high likelihood of a real bug.

----------
nosy: +mark.dickinson, skrah
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15107>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to