kalker/tests/functions.kalker
2024-03-23 01:57:45 +01:00

5 lines
114 B
Plaintext

x = 3
f(x) = 2*x
g(x, long_name) = 2*x*long_name
f(x) = 6 and fx = 6 and x = 3 and g(x, x + 1) = 24 and sqrt4 = 2