Re: storing an integer in a double precision
- From: Lynn McGuire <lmc@xxxxxxxxxx>
- Date: Thu, 05 May 2011 15:50:38 -0500
On 5/5/2011 12:48 PM, dpb wrote:
On 5/5/2011 12:35 PM, Lynn McGuire wrote:
...
But, do double precision variables actually store 32 bit integers...
that were converted but without roundoff ? So roundoff only comes
into play for whole numbers greater than 52 bits ?
Well, yes, that's what the mantissa bits are for... :)
Why wouldn't they--I'm thinking there must be something behind the question, here, Lynn.
--
Just a lack of understanding of conversion between integers and
double precision on my part. Back when we were primarily single
precision, we had to be very careful, using "ii = xx + 0.1" to
ensure that we did not loose the whole number value of a
incomplete conversion of 12,000 which was stored in the float
as 11.9999.
I have noticed lately that I have gotten lazy since we converted
the entire program to double precision and don't add the 0.1
conversion factor anymore as we don't seem to need it anymore.
Thanks,
Lynn
.
- Follow-Ups:
- Re: storing an integer in a double precision
- From: Ron Shepard
- Re: storing an integer in a double precision
- From: Gordon Sande
- Re: storing an integer in a double precision
- From: dpb
- Re: storing an integer in a double precision
- From: John Karl
- Re: storing an integer in a double precision
- From: glen herrmannsfeldt
- Re: storing an integer in a double precision
- From: Richard Maine
- Re: storing an integer in a double precision
- References:
- storing an integer in a double precision
- From: Lynn McGuire
- Re: storing an integer in a double precision
- From: Richard Maine
- Re: storing an integer in a double precision
- From: Lynn McGuire
- storing an integer in a double precision
- Prev by Date: Re: storing an integer in a double precision
- Next by Date: Re: storing an integer in a double precision
- Previous by thread: Re: storing an integer in a double precision
- Next by thread: Re: storing an integer in a double precision
- Index(es):
Relevant Pages
|