Skip to content

Commit 12148ff

Browse files
stephentyronexwu
andauthored
Update Sources/RealModule/Real.swift
Co-authored-by: Xiaodi Wu <[email protected]>
1 parent 3a5c739 commit 12148ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/RealModule/Real.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ extension Real {
133133
/// result; we can derive a quick error bound for multiplication by
134134
/// the real reciprocal (when it exists) as follows (I will use circle
135135
/// operators to denote real-number arithmetic, and normal operators
136-
/// for floating-point arithmetic:
136+
/// for floating-point arithmetic):
137137
///
138138
/// a * b.reciprocal! = a * (1/b)
139139
/// = a * (1 ⊘ b)(1 + δ₁)

0 commit comments

Comments
 (0)