3 releases
| 0.1.2 | May 4, 2023 |
|---|---|
| 0.1.1 | May 1, 2023 |
| 0.1.0 | Apr 30, 2023 |
#1332 in Math
35 downloads per month
38KB
907 lines
Arbitrary Precision Floating Point Calculator
Types of statements
- Function definition:
[name]([parameters]) = [expression], where[paremeters]is a comma-separated list of symbols. - Variable definition:
[name] = [expression] - Expression:
[expression]
lib.rs:
This is a crate for parsing and evaluating math expressions.
Dependencies
~2.4–3.5MB
~68K SLoC