Post Reply 
How can I define cas function of an operator(mathematical term)?
09-03-2023, 12:58 PM
Post: #4
RE: How can I define cas function of an operator(mathematical term)?
(09-02-2023 04:37 PM)robmio Wrote:  vr:=lname(fnz)[1];
fnz1:=(vr)→int(fnz(vr),vr,a,b);
RETURN fnz1(vr);

If fnz is function of 1 variable, we don't need parameter's name (it is just a dummy)
I think above is equivalent to this:

LOCAL vr;
RETURN int(fnz(vr), vr, a, b);
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How can I define cas function of an operator(mathematical term)? - Albert Chan - 09-03-2023 12:58 PM



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