Post Reply 
New to programming
06-10-2015, 04:56 AM (This post was last modified: 06-10-2015 04:56 AM by Clod.)
Post: #2
RE: New to programming
Got the answer by myself. Just read some of the old posts, sorry for not doing it sooner :C

Hope this helps other lazy people like me Tongue

Code:

EXPORT tvf(H,Xi)
BEGIN
  LOCAL ans:= CAS.limit(H*Xi,"x",0);
  return ans;
END;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
New to programming - Clod - 06-10-2015, 01:24 AM
RE: New to programming - Clod - 06-10-2015 04:56 AM
RE: New to programming - Didier Lachieze - 06-10-2015, 06:32 AM
RE: New to programming - Angus - 06-10-2015, 06:33 AM
RE: New to programming - Clod - 06-11-2015, 02:19 AM
RE: New to programming - Han - 06-11-2015, 03:07 AM
RE: New to programming - Clod - 06-11-2015, 04:20 AM



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