We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6533c24 commit d46b3b1Copy full SHA for d46b3b1
1 file changed
src/lib.rs
@@ -1804,7 +1804,7 @@ mod test {
1804
));
1805
assert!(close(
1806
Complex::new(-1.0, -0.0).cbrt(),
1807
- Complex::new(0.5, -0.75.sqrt())
+ Complex::new(0.5, -(0.75.sqrt()))
1808
1809
assert!(close(_0_1i.cbrt(), Complex::new(0.75.sqrt(), 0.5)));
1810
assert!(close(_0_1i.conj().cbrt(), Complex::new(0.75.sqrt(), -0.5)));
0 commit comments