Issue 3118: make test_math pass on Ubuntu/ia64. exp(-745.0) was raising
OverflowError incorrectly on this platform, presumably as a result of the libm setting errno = ERANGE for this call.
Showing
Please register or sign in to comment
OverflowError incorrectly on this platform, presumably as a result of the libm setting errno = ERANGE for this call.