3 releases

0.1.2 May 4, 2023
0.1.1 May 1, 2023
0.1.0 Apr 30, 2023

#1157 in Math

33 downloads per month

MIT license

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.5–3.5MB
~70K SLoC