diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-01-18 18:29:10 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2024-01-18 18:29:10 +0100 |
| commit | 1713618d4cc0194674f91fd2d24ef2de88f21784 (patch) | |
| tree | 1cb39a43019c071ca127cb9f609c045327798de3 /src/math/mod.rs | |
| parent | 670c1881af4680ce7c248498528d14b98210af3f (diff) | |
create small iced demo
Diffstat (limited to 'src/math/mod.rs')
| -rw-r--r-- | src/math/mod.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/math/mod.rs b/src/math/mod.rs new file mode 100644 index 0000000..7b9c17c --- /dev/null +++ b/src/math/mod.rs @@ -0,0 +1,8 @@ +pub mod complex; +pub mod context; +pub mod expression; +pub mod function; +pub mod operation; +pub mod string; +pub mod commonsense; +pub mod expression_function; |