We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcceaf0 commit 967a715Copy full SHA for 967a715
src/numeric/impl_float_maths.rs
@@ -265,7 +265,7 @@ where
265
/// Complex::new(0.0, 1.0),
266
/// Complex::new(1.0, 1.0),
267
/// ];
268
- /// let angles = complex_arr.angle(false);
+ /// let angles = complex_arr.angle();
269
/// assert!((angles[0] - 0.0).abs() < 1e-10);
270
/// assert!((angles[1] - PI/2.0).abs() < 1e-10);
271
/// assert!((angles[2] - PI/4.0).abs() < 1e-10);
0 commit comments