Re: unsigned 16 digit integer data type?
Re: unsigned 16 digit integer data type?
- Subject: Re: unsigned 16 digit integer data type?
- From: Wade Tregaskis <email@hidden>
- Date: Wed, 5 Nov 2003 16:14:08 +1100
A double takes up 64 bits, too. The only reason I would use a double
is if integers weren't precise enough.
This is not correct - a 64-bit integer is more precise than a 64-bit
float. The float however has much greater range - that is the trade
off between the two types.
Wade Tregaskis
-- Sed quis custodiet ipsos custodes?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.