Re: 64 bit
Re: 64 bit
- Subject: Re: 64 bit
- From: email@hidden
- Date: Thu, 13 Dec 2007 23:59:14 +0100
On Dec 13, 2007, at 7:14 PM, Greg Guerin wrote: perry7 wrote:
i need to multiply, divide, add and stuff on large (signed) integers i was thinking about using 64 bit numbers
What are you doing with the numbers? Do you really need 64 bits of precision? The double type carries at least 53 bits of precision, so it might be good enough, depending on what you're doing. On today's hardware, doubles are reasonably fast, too.
hmm, sounds interesting, where can i find these?
btw:
the int64_t worked in my Xcode project and i have everthing as strict as possible (even 'pedantic' is on). no errors. thanks!
-- met vriendelijke groeten perry winkel
http://www.perry7.nl
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Re: 64 bit (From: Greg Guerin <email@hidden>) |