standardform 0.1.0

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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.arkley_traits]
version = "0.0.2"

[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.0"