Post Reply 
Output of propositional functions
01-13-2017, 12:06 PM
Post: #2
RE: Output of propositional functions
I don't know of a switch, but this function returns true and false in CAS:

g2(x):=BEGIN IF x>0 THEN RETURN(true); END ; RETURN(false); END;

In HOME I think you will always get 0 or 1.

-road
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Output of propositional functions - roadrunner - 01-13-2017 12:06 PM



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