mirror of
https://gitlab.com/rnger/amath
synced 2025-10-06 02:49:59 +00:00
6 lines
66 B
Plaintext
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
|