aftermath 1.0.0

A crate to parse and evaluate complex math expression
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.bumpalo]
features = ["collections"]
version = "3.11.1"

[dependencies.num-complex]
version = "0.4.2"

[package]
authors = ["Maieul Boyer <maieul.boyer@gmail.com>"]
categories = ["parser-implementations", "mathematics"]
description = "A crate to parse and evaluate complex math expression"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "aftermath"
readme = "README.md"
repository = "https://github.com/Maix0/aftermath"
version = "1.0.0"