Define custom function in CAS
|
11-21-2017, 04:00 PM
Post: #1
|
|||
|
|||
Define custom function in CAS
Hi all,
I have treid to define custom function in CAS but it gave an error this is the function I am trying to use DEFINE(‘g(X) = IFTE((X>1) AND (X<3),1,0)’) Note: It works in the normal home, Best Regards |
|||
11-21-2017, 07:16 PM
(This post was last modified: 11-22-2017 05:22 PM by parisse.)
Post: #2
|
|||
|
|||
RE: Define custom function in CAS
g(x):=IFTE((x>1) AND (x<3),1,0)
|
|||
11-22-2017, 04:03 PM
Post: #3
|
|||
|
|||
RE: Define custom function in CAS
Thanks
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)