Crates.io | dashu-int |
lib.rs | dashu-int |
version | 0.4.1 |
source | src |
created_at | 2022-07-10 07:17:32.612187 |
updated_at | 2024-01-12 13:25:56.98816 |
description | A big integer library with good performance |
homepage | https://github.com/cmpute/dashu |
repository | https://github.com/cmpute/dashu |
max_upload_size | |
id | 622990 |
size | 762,098 |
Arbitrary precision integer implementation as a part of the dashu
library. See Docs.rs for the full documentation.
The majority of the code is based on the ibig crate. The modification notice based on the the original
ibig
repo is included in the NOTICE file.
no_std
and written in pure Rust.+
,-
,*
,/
,%
,<<
,>>
).pow
, ilog
, gcd
, gcd_ext
.std
(default): for std::error::Error
.num-traits
(default): integral traits.rand
(default): random number generation.serde
: serialization and deserialization.See the built-in benchmark.
See the top-level readme.