Post Reply 
[HELP] Understanding the operation of CAS object types
12-05-2016, 12:10 AM (This post was last modified: 12-05-2016 12:11 AM by Han.)
Post: #3
RE: CAS object (Help with TYPE cmd)
(12-04-2016 09:50 PM)compsystems Wrote:  The sentence inside "TYPES" prg does not work

PHP Code:
print("ā¯‘Function: TYPE(f(x):=x+3))-> "+TYPE(CAS::(f:=(x)->x+3))) 

What is CAS::(f:=(x)->x+3) ? There is no such construct in HPPL. The CAS command is invoked with CAS() or CAS.function() and not CAS::().

Use: TYPE(CAS("f:=(x)->x+3"))

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


Messages In This Thread
RE: CAS object (Help with TYPE cmd) - Han - 12-05-2016 12:10 AM
RE: - compsystems - 12-05-2016, 02:29 PM



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