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
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "arkley_traits"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c26f1f80306f04dc0afbec4b9ec68d9afd9083c6ffa3c03b11f470bd5b25ab71"

[[package]]
name = "standardform"
version = "0.1.0"
dependencies = [
 "arkley_traits",
]