Crates.io | wheel |
lib.rs | wheel |
version | 0.1.0 |
source | src |
created_at | 2024-10-22 20:04:52.519517 |
updated_at | 2024-10-22 20:04:52.519517 |
description | Wheel algebra library for Rust |
homepage | https://github.com/menhera-org/wheel-rs |
repository | https://github.com/menhera-org/wheel-rs |
max_upload_size | |
id | 1419190 |
size | 65,264 |
use wheel::*;
let inf = w64::ONE / w64::ZERO;
assert_eq!(w64::INFINITY, inf);
w32
(Wheel32
)w64
(Wheel64
)qw8
(`FractionWheel8')qw16
(FractionWheel16
)qw32
(FractionWheel32
)qw64
(FractionWheel64
)qw128
(FractionWheel128
)Apache 2.0 or MPL 2.0.