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 3a5c739 commit 12148ffCopy full SHA for 12148ff
Sources/RealModule/Real.swift
@@ -133,7 +133,7 @@ extension Real {
133
/// result; we can derive a quick error bound for multiplication by
134
/// the real reciprocal (when it exists) as follows (I will use circle
135
/// operators to denote real-number arithmetic, and normal operators
136
- /// for floating-point arithmetic:
+ /// for floating-point arithmetic):
137
///
138
/// a * b.reciprocal! = a * (1/b)
139
/// = a * (1 ⊘ b)(1 + δ₁)
0 commit comments