[issue1640] Enhancements for mathmodule

Christian Heimes report at bugs.python.org
Sun Jan 20 17:53:31 CET 2008


Christian Heimes added the comment:

Mark Dickinson wrote:
> Currently, on Linux I get:
>   - overflow (exp(1000))    -> OverflowError
>   - domain error (sqrt(-1)) -> ValueError
>   - singularity (log(0))    -> OverflowError

Windows raises the same exceptions as Linux.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1640>
__________________________________


More information about the Python-bugs-list mailing list