Skip to content

Commit 8b2fd7b

Browse files
committed
Provide transliteration of Чебышёв.
1 parent b43c10c commit 8b2fd7b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Sources/ComplexModule/Complex+Numeric.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
///

Sources/ComplexModule/Documentation.docc/Complex.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ let im = w.imag // .nan
3131
See <doc:Infinity> for more details.
3232

3333
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.
3737

3838
## Topics
3939

0 commit comments

Comments
 (0)