Post Reply 
How the heck do I Iterate and Emulate?
10-04-2015, 08:00 AM
Post: #2
RE: How the heck do I Iterate and Emulate?
ITERATE doesn't change the value of your local variable X.
You should do:
X:=ITERATE(X^2,X,2,3);
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How the heck do I Iterate and Emulate? - Didier Lachieze - 10-04-2015 08:00 AM



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