[package]
name = "big_num_math"
version = "6.1.2"
edition = "2021"
authors = [ "software9119.technology" ]
license = "MIT"
description = "Unostentatious and internally banal library for computations on large numbers."
keywords = [ "large-numbers", "big-int", "bigint", "long-form-arithmetic" ]
categories = [ "mathematics" ]
repository = "https://github.com/deep-outcome/big_num_math"
documentation = "https://docs.rs/big_num_math/latest/big_num_math/"
readme = "README.md"
exclude = ["/note", "/rustfmt.toml.disabled"]
[features]
ext-tests = []
ext-tests2 = []
ext-tests3 = []
shorter-dividend-support = []
one-power-mulmul-support = []