wheel

Crates.iowheel
lib.rswheel
version0.1.0
sourcesrc
created_at2024-10-22 20:04:52.519517
updated_at2024-10-22 20:04:52.519517
descriptionWheel algebra library for Rust
homepagehttps://github.com/menhera-org/wheel-rs
repositoryhttps://github.com/menhera-org/wheel-rs
max_upload_size
id1419190
size65,264
Yuka MORI (metastable-void)

documentation

README

Wheel algebra library for Rust

use wheel::*;

let inf = w64::ONE / w64::ZERO;
assert_eq!(w64::INFINITY, inf);

Types

Floating point wheel numbers

  • w32 (Wheel32)
  • w64 (Wheel64)

Quotient wheel numbers

  • qw8 (`FractionWheel8')
  • qw16 (FractionWheel16)
  • qw32 (FractionWheel32)
  • qw64 (FractionWheel64)
  • qw128 (FractionWheel128)

License

Apache 2.0 or MPL 2.0.

Commit count: 2

cargo fmt