bakk
|
e62a53fd28
|
Allow re-definition of functions
|
2022-01-23 02:19:38 +01:00 |
|
bakk
|
ad1c59c294
|
Fixed precedence problems for multiplication following function calls
|
2022-01-23 00:01:39 +01:00 |
|
bakk
|
f953534a59
|
Updated transpose test since it was redundant
|
2022-01-20 20:04:43 +01:00 |
|
bakk
|
545dc7539b
|
Matrix tranpose function
|
2022-01-19 23:46:36 +01:00 |
|
bakk
|
7d67b14673
|
Fixed matrix multiplication panicking in some cases
|
2022-01-18 19:53:32 +01:00 |
|
bakk
|
8d8fb3ca06
|
Fixed associativity for parse_sum/parse_factor
|
2022-01-18 18:57:54 +01:00 |
|
bakk
|
224c320a3e
|
Allow nested sums
|
2022-01-16 22:24:42 +01:00 |
|
bakk
|
13e42c48a8
|
Custom sum/prod variable name
Eg. sum(k=1, 3, 2k)
|
2022-01-16 21:48:46 +01:00 |
|
PaddiM8
|
ce22ca63f4
|
Chained comparison operators
|
2022-01-16 01:44:50 +01:00 |
|
PaddiM8
|
c49e613d52
|
Vector comprehensions
|
2022-01-16 00:33:26 +01:00 |
|
PaddiM8
|
c43218b0b5
|
Added integration tests for derivation, functions, groups, integration, matrices, sum, variables, and vectors
|
2022-01-14 22:56:59 +01:00 |
|
PaddiM8
|
9a16d92344
|
Created integration tests
|
2022-01-01 03:42:49 +01:00 |
|