1
0
mirror of https://gitlab.com/rnger/amath synced 2025-10-05 18:39:41 +00:00
Files
amath/script/userfuncs
2015-04-09 01:33:24 +02:00

6 lines
66 B
Plaintext

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