wheel 0.1.0

Wheel algebra library for Rust
Documentation
  • Coverage
  • 34.69%
    17 out of 49 items documented1 out of 22 items with examples
  • Size
  • Source code size: 64.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.29 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • menhera-org/wheel-rs
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • metastable-void

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.