kalker/kalk/src
2021-05-17 18:05:22 +02:00
..
kalk_num Fixed zeroes being trimmed for non-rug numbers 2021-05-15 16:15:25 +02:00
prelude Integration estimation 2021-05-16 15:15:34 +02:00
ast.rs Store number literals as f64 2020-12-13 15:52:22 +01:00
calculus.rs Switched to Simpson's rule (composite, 3/8) for integration 2021-05-17 18:05:22 +02:00
interpreter.rs Fixed "dx" in integrals, and created calculus.rs 2021-05-17 16:51:16 +02:00
inverter.rs WebAssembly foundation 2020-12-30 22:50:39 +01:00
lexer.rs Removed regex dependency from kalk crate and made 'test-case' a dev-dependency 2021-01-03 00:07:30 +01:00
lib.rs Fixed "dx" in integrals, and created calculus.rs 2021-05-17 16:51:16 +02:00
parser.rs Fixed "dx" in integrals, and created calculus.rs 2021-05-17 16:51:16 +02:00
symbol_table.rs Simple equation solving, mostly using pre-existing logic from the inverter 2020-12-14 19:21:30 +01:00
test_helpers.rs Store number literals as f64 2020-12-13 15:52:22 +01:00