Skip to content

Commit 230e245

Browse files
authored
FIx review in log2
1 parent 787a831 commit 230e245

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/real/arithmetic.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5960,7 +5960,8 @@ impl<T: AsRef<Real>> Div<T> for &Real {
59605960
rational,
59615961
class: Log2(r.clone()),
59625962
computable: Some(computable),
5963-
..self.clone()
5963+
signal: self.signal.clone(),
5964+
primitive_approx_cache: Cell::new(PrimitiveApproxCache::Empty),
59645965
});
59655966
}
59665967
} else {

0 commit comments

Comments
 (0)