This website requires JavaScript.
Explore
Help
Sign In
extern
/
kalker
Watch
1
Star
0
Fork
0
You've already forked kalker
mirror of
https://github.com/PaddiM8/kalker.git
synced
2024-12-14 02:20:57 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0281e921d5
kalker
/
tests
/
basics.kalker
8 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Created integration tests
2022-01-01 03:42:49 +01:00
x = 2
y = 3
f(x) = 2x(x - 3)(y + 2)
Fix `f(x) = x^x` not working, closing #117
2023-07-20 00:34:04 +02:00
g(x) = x^x
Added integration tests for derivation, functions, groups, integration, matrices, sum, variables, and vectors
2022-01-14 22:56:59 +01:00
Fix `f(x) = x^x` not working, closing #117
2023-07-20 00:34:04 +02:00
2f(f(x) + y) * 2 = 13600 and
g(2) = 4
Reference in New Issue
Copy Permalink