Function in program
|
02-16-2015, 03:47 PM
Post: #1
|
|||
|
|||
Function in program
How i can input a function programming??
ex EXPORT calculx() BEGIN LOCAL x CAS.cSolve(x^4-1,x); MSGBOX("The solutionx is " +x); END; and say me error D: I know solve this in Home or CAS, but i need in program xD :3
|
|||
02-16-2015, 04:21 PM
Post: #2
|
|||
|
|||
RE: Function in program
Two ways:
CAS.command("arg1", "arg2", ..., "argn") Code: EXPORT calcul() or create a cas program: Code: #cas Graph 3D | QPI | SolveSys |
|||
02-16-2015, 11:28 PM
(This post was last modified: 02-16-2015 11:28 PM by nakjaen.)
Post: #3
|
|||
|
|||
RE: Function in program
Thanks Han, very easy and useful
:3
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)