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 ecc7788 commit 342d38eCopy full SHA for 342d38e
Sources/RealModule/AlgebraicField.swift
@@ -70,7 +70,7 @@ public protocol AlgebraicField: SignedNumeric {
70
/// for `Real` or `Complex` types, because these types have an
71
/// `.infinity` value that acts as the reciprocal of `.zero`.
72
///
73
- /// If b.reciprocal is non-nil, you may be able to replace division by b
+ /// If `b.reciprocal` is non-nil, you may be able to replace division by `b`
74
/// with multiplication by this value. It is not advantageous to do this
75
/// for an isolated division unless it is a compile-time constant visible
76
/// to the compiler, but if you are dividing many values by a single
0 commit comments