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 03a3208 commit d9e8968Copy full SHA for d9e8968
src/lib.rs
@@ -1906,6 +1906,8 @@ 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