half 0.1.0

Half-precision floating point f16 type for Rust implementing the IEEE 754-2008 binary16 type.
Documentation
# Rust half crate [![Crates.io]https://img.shields.io/crates/v/half.svg]https://crates.io/crates/half/ [![Build Status]https://travis-ci.org/starkat99/half-rs.svg?branch=master]https://travis-ci.org/starkat99/half-rs [![Build status]https://ci.appveyor.com/api/projects/status/bi18aypi3h5r88gs?svg=true]https://ci.appveyor.com/project/starkat99/half-rs

Half-precision floating point `f16` type for Rust implementing the IEEE 754-2008 `binary16` type.

## Documentation

Documentation can be found [online](http://starkat99.github.io/half-rs/half/).

## License

This library is distributed under the terms of both the MIT license and the Apache License
(Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.