diff options
author | mounderfod <mounderfod@gmail.com> | 2023-07-21 12:25:31 +0200 |
---|---|---|
committer | mounderfod <mounderfod@gmail.com> | 2023-07-21 12:25:31 +0200 |
commit | 1c6ecc8038c19781139830cfbf236411ea521c61 (patch) | |
tree | b874c30870377f57a206d0d3ab129a54ff68d169 /README.md | |
parent | 44d18b0ddd81736f938ac75a96ae519195c01c20 (diff) | |
download | pyMathEngine-1c6ecc8038c19781139830cfbf236411ea521c61.tar.gz |
Add equation functionality
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index e699297..a1a1cb5 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,6 @@ A mathematical engine in the style of Wolfram Alpha. Very useful for homework, assignments, etc. -Currently, the engine can only take univariate expressions, but additional features are being added over time. +Currently, the engine can only take univariate expressions and simple equations, but additional features are being added over time.  \ No newline at end of file |