a-half 0.1.0

An implementation of half-precision floating-point type
Documentation
1
2
3
4
5
6
7
8
9
10
# 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).