-->
0 Members and 1 Guest are viewing this topic.
Is there a way where I can use this command in the normal calculation page instead of opening the program just to solve it?
And is there a way where I can rename that command into something easier to type , like.. Fq or something?
supposing you have your tns file in the mylib folder and that function is in the first problem and included in some library (Public or Private).let's also suppose your tns file which contains the function is called example and your function is Factquad(str).in the scratchpad you can write fq(str):=example\Factquad(str)it does what you want, I think...mind the backslash, if needed you can find it in the catalogue.
let's see if I understood you...have you tryed:sol(eq)=:example/nicesolver(eq,"x")?