We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e75aa commit ecc7788Copy full SHA for ecc7788
Sources/ComplexModule/Arithmetic.swift
@@ -181,7 +181,7 @@ extension Complex: AlgebraicField {
181
/// -
182
/// Unlike real types, when working with complex types multiplying by the
183
/// reciprocal instead of dividing cannot change the result. If the
184
- /// reciprocal is non-nil, the two computations always always equivalent.
+ /// reciprocal is non-nil, the two computations are always equivalent.
185
@inlinable
186
public var reciprocal: Complex? {
187
let recip = 1/self
0 commit comments