`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]
|
||
|---|---|---|
| .. | ||
| lib.rs | ||
| stats.rs | ||
`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]
|
||
|---|---|---|
| .. | ||
| lib.rs | ||
| stats.rs | ||