Crates.io | amplify_apfloat |
lib.rs | amplify_apfloat |
version | 0.3.1 |
source | src |
created_at | 2022-02-20 21:54:52.802714 |
updated_at | 2024-08-05 10:05:42.833063 |
description | rustc_apfloat with u256 backend to utilize Octuple precision floating-point format |
homepage | https://github.com/rust-amplify |
repository | https://github.com/rust-amplify/amplify-num |
max_upload_size | |
id | 535994 |
size | 331,761 |
Crates adding more number types to rust: big numbers (from u512
to u4094
),
small-bit numbers (u1
to u7
), custom bit-sized numbers (like u24
, u48
,
u56
) and a full range of IEEE-compatible float types.
This is a part of Rust language amplification library amplify
.
Minimum supported rust compiler version (MSRV): 1.61.0. Rust edition 2021.