Post Reply 
A Tiny (WP34S) program does a lot
11-29-2014, 10:06 AM
Post: #12
RE: A Tiny (WP34S) program does a lot
(11-29-2014 06:42 AM)Dieter Wrote:  This should work better:
Code:
  LBL A
  #000    // lower guess = 0
  #001    // upper guess = 1
  SLV 00  // solve for derivative = 0
  RTN     // quit if solution found
  ERR 20  // otherwise  show error message "no root found"

Thank you Dieter. I am learning a lot. (I never knew there were so many canned error codes in the
calculator, and the opcode count went back down to 17 with the # inputs) Great Suggestions.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: A Tiny (WP34S) program does a lot - BarryMead - 11-29-2014 10:06 AM



User(s) browsing this thread: 1 Guest(s)