[dependencies.num-traits]
optional = true
version = "0.2.16"
[dependencies.ordered-float]
optional = true
version = "0.5.0"
[dependencies.thiserror]
version = "1.0.48"
[features]
hash = ["dep:ordered-float"]
num = ["dep:num-traits"]
[package]
authors = ["Aarav Shah <aaravaditya51@gmail.com>"]
description = "Effortlessly operate on numbers like 2e19 or 2*10^4 and more with this Rust implementation of standard form. Simplify, convert, and manipulate large numerical expressions with ease."
documentation = "https://docs.rs/standardform"
edition = "2021"
homepage = "https://github.com/Deaths-Door/standardform-rs"
license = "MIT OR Apache-2.0"
name = "standardform"
readme = "README.md"
repository = "https://github.com/Deaths-Door/standardform-rs"
version = "0.1.4"