Skip to content

Commit

Permalink
Removes duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
domna authored Jun 22, 2023
1 parent d9e8968 commit 21b5ec5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1906,8 +1906,6 @@ pub(crate) mod test {
assert!(close(z.powc(Complex64::new(INFINITY, 0.)), z));
assert!(z.powc(Complex64::new(-1., 0.)).re.is_infinite());
assert!(z.powc(Complex64::new(-1., 0.)).im.is_nan());
assert!(z.powc(Complex64::new(-1., 0.)).re.is_infinite());
assert!(z.powc(Complex64::new(-1., 0.)).im.is_nan());
}

#[test]
Expand Down

0 comments on commit 21b5ec5

Please sign in to comment.