We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5fe336 commit ee29d96Copy full SHA for ee29d96
src/numeric/impl_float_maths.rs
@@ -206,7 +206,7 @@ where
206
/// use num_complex::Complex;
207
///
208
/// let arr = array![1.0, -1.0, 0.0];
209
- /// let complex = arr.to_complex_re();
+ /// let complex = arr.to_complex_im();
210
211
/// assert_eq!(complex[0], Complex::new(0.0, 1.0));
212
/// assert_eq!(complex[1], Complex::new(0.0, -1.0));
0 commit comments