explicit copy
This commit is contained in:
parent
547ac400fd
commit
c36cb6e555
1 changed files with 2 additions and 2 deletions
|
@ -215,8 +215,8 @@ macro_rules! impl_approx(
|
|||
|
||||
#[inline]
|
||||
pub fn approx_eq_eps(&self, other: &$Self<T>, epsilon: &T) -> bool {
|
||||
true
|
||||
//self.zip(other, |a, b| a.approx_eq_eps(b, epsilon)).all(|&x| x)
|
||||
|
||||
self.zip(other, |a, b| a.approx_eq_eps(b, epsilon)).all(|&x| x)
|
||||
}
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue