Re: The machine epsilon
jacob navia <jacob@jacob.re mcomp.frwrites:
It most certainly does not, and it never has.
--
Keith Thompson (The_Other_Keit h) kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
jacob navia <jacob@jacob.re mcomp.frwrites:
CBFalconer wrote:
The C standard assumes IEEE 754 representation Chuck.
>jacob navia wrote:
>... snip ...
>In some systems. Not necessarily C. Do try to stay on topic.
>>
>>Eric Sosman wrote:
>>>I don't think so. The fraction of a normalized, non-zero, finite
>>>IEEE number has a value 0.5 <= f < 1, so unity is represented as
>>>two to the first times one-half: 2^1 * .100...000(2). The
>>>unbiased exponent value in the representation of unity is
>>>therefore one, not zero.
>>I think you forget the implicit bit Eric.
>>>IEEE number has a value 0.5 <= f < 1, so unity is represented as
>>>two to the first times one-half: 2^1 * .100...000(2). The
>>>unbiased exponent value in the representation of unity is
>>>therefore one, not zero.
>>I think you forget the implicit bit Eric.
>>
--
Keith Thompson (The_Other_Keit h) kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
"We must do something. This is something. Therefore, we must do this."
-- Antony Jay and Jonathan Lynn, "Yes Minister"
Comment