num-traits/traits
Josh Stone 0faeb31b09 traits: add `to_degrees` and `to_radians` on `Float`
To avoid a breaking change, these have crude default implementations as
well as better implementations for `f32` and `f64` in particular.  They
don't use the inherent methods though, because `f32` didn't stabilize
those until Rust 1.7.

Fixes #211
2016-07-23 00:34:14 -07:00
..
src traits: add `to_degrees` and `to_radians` on `Float` 2016-07-23 00:34:14 -07:00
Cargo.toml traits: bump to 0.1.33 2016-07-12 01:10:37 -07:00