kalker/kalk/src
2022-09-22 09:56:07 +02:00
..
kalk_value Trim trailing zeroes also for custom precision numbers 2022-06-01 02:18:57 +02:00
prelude Add 'matrix' function 2022-06-02 23:37:12 +02:00
analysis.rs Support nested vector comprehensions 2022-06-02 23:26:43 +02:00
ast.rs Add keywords 'true', 'false' and 'not' 2022-06-01 00:51:01 +02:00
calculation_result.rs Show approximation sign for calculations involving an an derivation, integration or an equation 2022-05-31 23:59:06 +02:00
errors.rs Add keywords 'true', 'false' and 'not' 2022-06-01 00:51:01 +02:00
integration_testing.rs Fixed comparison expressions not working in functions 2022-04-24 23:57:46 +02:00
interpreter.rs Add keywords 'true', 'false' and 'not' 2022-06-01 00:51:01 +02:00
inverter.rs Add keywords 'true', 'false' and 'not' 2022-06-01 00:51:01 +02:00
lexer.rs Parse a⋅⋅b as a^b 2022-09-22 09:56:07 +02:00
lib.rs Numerical equation solving using Newton's method 2022-04-24 21:23:29 +02:00
numerical.rs Numerical equation solving using Newton's method 2022-04-24 21:23:29 +02:00
parser.rs Add keywords 'true', 'false' and 'not' 2022-06-01 00:51:01 +02:00
radix.rs Fixed clippy lints 2022-01-16 20:58:00 +01:00
symbol_table.rs Fixed function re-definitions sometimes being parsed as calls 2022-04-25 01:05:16 +02:00
test_helpers.rs Added tests for prelude functions 2021-05-25 21:29:59 +02:00
text_utils.rs Matrix tranpose function 2022-01-19 23:46:36 +01:00