Post Reply 
CAS questions: IF...THEN and length() function
12-02-2015, 02:01 PM
Post: #6
RE: CAS questions: IF...THEN and length() function
(12-02-2015 01:54 PM)parisse Wrote:  Indeed, return should be recognized like RETURN.
Expressions are coded as trees. size will return the number of arguments : try size(sin(x)) or size(x+y+z), while op(a) will return the sequence of arguments of the root-node function/operator of a.

The current behavior of return() is that it actually does not "return" to the parent function.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: CAS questions: IF...THEN and length() function - Han - 12-02-2015 02:01 PM



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