File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ extension Complex: Numeric {
3737 self . init ( real, 0 )
3838 }
3939
40- /// The infinity-norm of the value (a.k.a. "maximum norm" or "Чебышёв norm").
40+ /// The infinity-norm of the value (a.k.a. "maximum norm" or "Чебышёв
41+ /// [Chebyshev] norm").
4142 ///
4243 /// Equal to `max(abs(real), abs(imaginary))`.
4344 ///
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ let im = w.imag // .nan
3131See < doc:Infinity > for more details.
3232
3333The `` magnitude `` property of a complex number is the infinity norm of the
34- value (a.k.a. “maximum norm” or “Чебышёв norm”). To get the two norm (a.k.a
35- "Euclidean norm"), use the `` length `` property. See < doc:Magnitude > for more
36- details.
34+ value (a.k.a. “maximum norm” or “Чебышёв [ Chebyshev ] norm”). To get the two
35+ norm (a.k.a. "Euclidean norm"), use the `` length `` property. See
36+ < doc:Magnitude > for more details.
3737
3838## Topics
3939
You can’t perform that action at this time.
0 commit comments