[features]
ext-tests = []
one-power-mulmul-support = []
shorter-dividend-support = []
[lib]
name = "big_num_math"
path = "src/lib.rs"
[package]
authors = ["software9119.technology"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "mathematics"]
description = "Simple library for computations on large numbers."
documentation = "https://docs.rs/big_num_math/latest/big_num_math/"
edition = "2021"
exclude = ["/note", "/rustfmt.toml.disabled"]
keywords = ["math", "large-numbers", "big-int", "bigint"]
license = "MIT"
name = "big_num_math"
readme = "README.md"
repository = "https://github.com/deep-outcome/big_num_math"
version = "4.2.3"