NaN's
Paul Schlie
(29 Oct 2005 15:50 UTC)
|
Re: NaN's
Marcin 'Qrczak' Kowalczyk
(29 Oct 2005 16:39 UTC)
|
Re: NaN's
Paul Schlie
(29 Oct 2005 18:22 UTC)
|
Re: NaN's Marcin 'Qrczak' Kowalczyk (29 Oct 2005 19:14 UTC)
|
Re: NaN's
Paul Schlie
(29 Oct 2005 22:49 UTC)
|
Error objects in general
bear
(29 Oct 2005 19:46 UTC)
|
Re: Error objects in general
Marcin 'Qrczak' Kowalczyk
(29 Oct 2005 20:22 UTC)
|
Re: Error objects in general
bear
(30 Oct 2005 05:57 UTC)
|
Re: Error objects in general
Marcin 'Qrczak' Kowalczyk
(30 Oct 2005 14:17 UTC)
|
Re: Error objects in general
Alan Watson
(29 Oct 2005 21:26 UTC)
|
Re: Error objects in general
bear
(30 Oct 2005 05:40 UTC)
|
Re: Error objects in general
Taylor Campbell
(30 Oct 2005 05:45 UTC)
|
Re: Error objects in general
bear
(30 Oct 2005 06:08 UTC)
|
Re: Error objects in general
Taylor Campbell
(30 Oct 2005 16:49 UTC)
|
Re: Error objects in general
Alan Watson
(30 Oct 2005 05:54 UTC)
|
Re: Error objects in general
bear
(30 Oct 2005 06:07 UTC)
|
Re: Error objects in general
Alan Watson
(30 Oct 2005 06:46 UTC)
|
Re: Error objects in general
Paul Schlie
(30 Oct 2005 12:39 UTC)
|
Re: Error objects in general
Paul Schlie
(30 Oct 2005 13:04 UTC)
|
Re: Error objects in general
John.Cowan
(30 Oct 2005 16:30 UTC)
|
Re: Error objects in general
Alan Watson
(30 Oct 2005 20:29 UTC)
|
Re: Error objects in general
Alan Watson
(30 Oct 2005 13:17 UTC)
|
Paul Schlie <xxxxxx@comcast.net> writes: > - as the propagation of a NaN beyond the source of the ambiguity only > tends to further obfuscates the context of the problem, it typically > inhibits a problem's diagnosis, and/or alternative most-likely-useful > value/behavior substitution (as NaN's themselves are not useful within > a context which requires/expects a definitive value, which is typically > the case/expectation). When the programmer wants to be alerted as soon as an invalid operation is performed, he will turn on this exception. Let him decide. Please don't take away the useful choice of allowing NaNs to propagate and examine later which elements could be computed. <http://www.cs.berkeley.edu/~wkahan/ieee754status/IEEE754.PDF>: | NaNs were not invented out of whole cloth. Konrad Zuse tried similar | ideas in the late 1930s; Seymour Cray built "Indefinites" into the | CDC 6600 in 1963; then DEC put "Reserved Operands" into their PDP-11 | and VAX. But nobody used them because they trap when touched. NaNs | do not trap (unless they are "Signaling" SNaNs, which exist mainly | for political reasons and are rarely used); NaNs propagate through | most computations. Consequently they do get used. -- __("< Marcin Kowalczyk \__/ xxxxxx@knm.org.pl ^^ http://qrnik.knm.org.pl/~qrczak/