Skip to content

Commit 84c41a0

Browse files
Update Sources/ComplexModule/Complex+AlgebraicField.swift
Co-authored-by: Guillaume Lessard <[email protected]>
1 parent a883d95 commit 84c41a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComplexModule/Complex+AlgebraicField.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ extension Complex: AlgebraicField {
105105
// when tz and tw are computed exactly.
106106
// 3. it unlocks a future optimization where we hoist s and
107107
// (w̅ʹ/|wʹ|²) and make divisions all fast-path without perturbing
108-
// rouding.
108+
// rounding.
109109
let s = RealType(
110110
sign: .plus,
111111
exponent: -3*w.magnitude.exponent/4,

0 commit comments

Comments
 (0)