Re: arithmetic in Cocoa
Re: arithmetic in Cocoa
- Subject: Re: arithmetic in Cocoa
- From: j o a r <email@hidden>
- Date: Fri, 4 Jul 2003 16:45:39 +0200
Why change it at all? You can use plain C in Cocoa. Remember, ObjC is
just an extension to C.
j o a r
On Friday, Jul 4, 2003, at 16:24 Europe/Stockholm, Cyprien wrote:
How do you translate a Formula like this one in Objective-C?
k = 2*round(N/Fs*Fin/2) + 1
Do I really have to use method such as NSDecimalRound() and so on to
calculate this?
_______________________________________________
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.