We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9e8968 commit 21b5ec5Copy full SHA for 21b5ec5
src/lib.rs
@@ -1906,8 +1906,6 @@ pub(crate) mod test {
1906
assert!(close(z.powc(Complex64::new(INFINITY, 0.)), z));
1907
assert!(z.powc(Complex64::new(-1., 0.)).re.is_infinite());
1908
assert!(z.powc(Complex64::new(-1., 0.)).im.is_nan());
1909
- assert!(z.powc(Complex64::new(-1., 0.)).re.is_infinite());
1910
- assert!(z.powc(Complex64::new(-1., 0.)).im.is_nan());
1911
}
1912
1913
#[test]
0 commit comments