Amazon.com Widgets page 237 chapter 11 exercise 4
Welcome, Guest. Please login or register.
Did you miss your activation email?
May 20, 2013, 09:41:26 AM
Home Help Search chat Login Register   
News: Read this please.The Great Kangaroo Escape Looking for reviews of the 4th ed on Amazon!   Twitter:  @skochan
                     

+  Official Forum for Programming in Objective-C (the iPhone Programming Language) - Stephen Kochan
|-+  Old Stuff
| |-+  Errata
| | |-+  3rd & 4th printings
| | | |-+  page 237 chapter 11 exercise 4
Pages: [1]   Go Down
Print
Author Topic: page 237 chapter 11 exercise 4  (Read 507 times)
willc2
Newbie
*
Posts: 9







« on: March 05, 2009, 02:37:34 AM »

end of exercise 4, the lines:
Code: (Objective-C)
-(double) sin;
-(double) cos;
-(double) tan;

should be:
Code: (Objective-C)
-(double) sin: (double) value;
-(double) cos: (double) value;
-(double) tan: (double) value;

No, these methods perform their operation on the contents of the accumulator, so it's correct as is --SK
« Last Edit: March 14, 2009, 07:30:54 AM by skochan » Logged
Pages: [1]   Go Up
Print
Jump to:  



Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Entire forum contents (c) 2009 classroomM.com. All rights reserved.