mirror of
https://github.com/PaddiM8/kalker.git
synced 2024-11-07 16:34:21 +01:00
5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
x = 3
|
|
f(x) = 2*x
|
|
g(x, y) = 2*x*y
|
|
|
|
f(x) = 6 and fx = 6 and x = 3 and g(x, x + 1) = 24 |