![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: math.nroot [was Re: A brief question.]
From: Michael Hudson <mwh@python.net>
Date: Tue Jul 05 2005 - 13:34:43 CEST
Tim Peters <tim.peters@gmail.com> writes:
> All Python behavior in the presence of infinities, NaNs, and signed
As you may have noticed by now, I'd kind of like to stop you saying
But first, I'm going to whinge a bit, and lay out some stuff that Tim
Floating point standards lay out a number of "conditions": Overflow
For each condition, it should (at some level) is possible to trap each
While ignoring the issue of allowing the user to control this, I do
>>> inf = 1e300 * 1e300 # <- Overflow, no exception
At least we're fairly consistent on DivisionByZero...
If we're going to trap Overflow consistently, we really need a way of
On the issue of platforms that start up processes with traps enabled,
Cheers,
--
<Yosomono> rasterman is the millionth monkey
-- from Twisted.Quotes
Received on Thu Sep 29 16:45:45 2005
|