angle 0.1.4

Angle wrapper to avoid ambiguous parameters + common operation over angles like wrapping, comparisons, arithmetic operations, trigonometric operations and conversions between rad and deg.
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "angle"
version = "0.1.4"
authors = ["arturo castro <me@arturocastro.net>"]
description = "Angle wrapper to avoid ambiguous parameters + common operation over angles like wrapping, comparisons, arithmetic operations, trigonometric operations and conversions between rad and deg."
license = "MIT"
readme = "README.md"

[dependencies]
num = "0.1.31"