Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add calculate() function that evaluates a string equation (#69)
# Description ✍️ Upgrade `equations-parser` submodule in order to add the `calculate(string)` function, which evaluates the `string` input as an equation and calculates it's result. # Overview 🔍 <img width="915" alt="Screen Shot 2023-11-30 at 01 16 32" src="https://github.com/oxeanbits/parsec/assets/7637806/310850f9-6f03-4035-ba5a-e90456a546c6"> # Checks ☑️ - [x] Add calculate() tests - [x] Add equations-parser changes - [x] Update README.md
- Loading branch information