We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8de33 commit 1eaa6a0Copy full SHA for 1eaa6a0
1 file changed
src/complex_float.rs
@@ -321,6 +321,7 @@ mod test {
321
test::{_0_0i, _0_1i, _1_0i, _1_1i, float::close},
322
Complex,
323
};
324
+ use std::f64; // for constants before Rust 1.43.
325
326
fn closef(a: f64, b: f64) -> bool {
327
close_to_tolf(a, b, 1e-10)
0 commit comments