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-13 18:10:42 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5c0b7e118b
kalker
/
tests
/
basics.kalker
5 lines
61 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)
Added integration tests for derivation, functions, groups, integration, matrices, sum, variables, and vectors
2022-01-14 22:56:59 +01:00
Fixed precedence problems for multiplication following function calls
2022-01-23 00:01:39 +01:00
2f(f(x) + y) * 2 = 13600
Reference in New Issue
Copy Permalink