We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc3d26 commit a5fe336Copy full SHA for a5fe336
1 file changed
src/numeric/impl_float_maths.rs
@@ -180,6 +180,7 @@ where
180
/// # Example
181
/// ```
182
/// use ndarray::*;
183
+ /// use num_complex::Complex;
184
///
185
/// let arr = array![1.0, -1.0, 0.0];
186
/// let complex = arr.to_complex_re();
@@ -202,6 +203,7 @@ where
202
203
204
205
206
207
208
209
0 commit comments