a-half 0.1.0

An implementation of half-precision floating-point type
Documentation
  • Coverage
  • 100%
    10 out of 10 items documented0 out of 9 items with examples
  • Size
  • Source code size: 11.92 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 366.95 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • shaobo-he

Half-Precision Floating-Point Type For Rust à la Numeric.Half

This repo contains an implmentation of Rust half-precision floating-point type f16. It can be seen a re-implementation of Haskell's Numeric.Half package in Rust.

License

AHalf-hs uses MIT license. It contains third-party C source code which is BSD-licensed (please refer to cbits/LICENSE for details).