num-traits/traits/src
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
..
ops Move traits to separate crate 2016-03-11 01:06:05 +01:00
bounds.rs Move traits to separate crate 2016-03-11 01:06:05 +01:00
cast.rs traits: Fix ToPrimitive for f64 -> f32 conversion. 2016-04-15 13:36:29 +02:00
float.rs traits: add `to_degrees` and `to_radians` on `Float` 2016-07-23 00:34:14 -07:00
identities.rs Move functions remaining in num to num-traits 2016-05-13 10:38:14 +02:00
int.rs Extract rational 2016-03-11 01:06:37 +01:00
lib.rs Move functions remaining in num to num-traits 2016-05-13 10:38:14 +02:00
pow.rs Move functions remaining in num to num-traits 2016-05-13 10:38:14 +02:00
sign.rs Mask deprecation warnings on abs_sub 2016-07-12 00:34:55 -07:00