big_num_math 4.2.3

Simple library for computations on large numbers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "big_num_math"
version = "4.2.3"
edition = "2021"
authors     = [ "software9119.technology" ]
license     = "MIT"
description = "Simple library for computations on large numbers."
keywords    = [ "math", "large-numbers", "big-int", "bigint" ]
categories  = [ "no-std", "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 = []
shorter-dividend-support = []
one-power-mulmul-support = []