rust/src/libtest
Huon Wilson ae4762761c Merge core::num::Float and std::num::FloatMath.
`FloatMath` no longer exists and all functionality from both traits is
available under `Float`. Change from

    use std::num::{Float, FloatMath};

to

    use std::num::Float;

[breaking-change]
2015-01-06 23:21:27 +11:00
..
lib.rs Merge core::num::Float and std::num::FloatMath. 2015-01-06 23:21:27 +11:00
stats.rs Merge core::num::Float and std::num::FloatMath. 2015-01-06 23:21:27 +11:00