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).