amath/script/userfuncs

6 lines
71 B
Plaintext
Raw Normal View History

2015-03-08 22:28:11 +00:00
f(x)=x*2+1;
g(y)=y^2+y*1.5+2;
a=2;b=3;c=a+b;
vars;funcs;
f(2.2);c+1.1;