ang 0.2.0

Angular types and common helper methods.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Change log

## 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!