ang 0.5.0

Angular types and common helper methods.
Documentation
# Change log

## Ang 0.4.0 (11/13/2020)

* Changed: Updated the project to use the Rust 2018 edition.
* Changed: Updated dependencies to latest versions.
* Feature: Add `Angle::{signum, is_positive, is_negative}`.

## Ang 0.3.0 (02/07/2019)

* Changed: Updated dependencies.

## Ang 0.1.0 (03/17/2017)

* Changed: Renamed the project, reset the version number back to 0.1.0.
* Feature: Add `impl PartialOrd/Ord` for Angle.
* Feature: Add `impl approx::ApproxEq` from the [approx]http://crates.io/crates/approx crate.
* Changed: Use the `num-traits` crate instead of the num `crate`.

## Angular-rust 0.1.1 (08/27/2015)

* Feature: Add method `Angle::min_dist()` which computes the minimal
  unsigned distance between two normalized angles

## Angular-rust 0.1.0 (08/26/2015)

* Birth!