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 {
37
37
self . init ( real, 0 )
38
38
}
39
39
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").
41
42
///
42
43
/// Equal to `max(abs(real), abs(imaginary))`.
43
44
///
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ let im = w.imag // .nan
31
31
See < doc:Infinity > for more details.
32
32
33
33
The `` 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.
37
37
38
38
## Topics
39
39
You can’t perform that action at this time.
0 commit comments