Re: Confused about floats
Re: Confused about floats
- Subject: Re: Confused about floats
- From: Scott Ribe <email@hidden>
- Date: Tue, 5 Oct 2010 09:48:56 -0600
On Oct 5, 2010, at 9:32 AM, Shawn Bakhtiar wrote:
> However, for clarity of the OP, x = x + y where y is an int, should be typecast correctly as x = x + (float)y
Why? The two are exactly equivalent.
Now if you want to do so as a stylistic preference, that's fine, but there's no "should" about it.
--
Scott Ribe
email@hidden
http://www.elevated-dev.com/
(303) 722-0567 voice
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden