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.
2 parents 264b171 + da6c765 commit c1e6972Copy full SHA for c1e6972
Sources/RealModule/AlgebraicField.swift
@@ -40,7 +40,7 @@
40
/// See also `Real`, `SignedNumeric`, `Numeric` and `AdditiveArithmetic`.
41
///
42
/// [field]: https://en.wikipedia.org/wiki/Field_(mathematics)
43
-public protocol AlgebraicField: SignedNumeric {
+public protocol AlgebraicField: SignedNumeric where Magnitude: AlgebraicField {
44
45
/// Replaces a with the (approximate) quotient `a/b`.
46
static func /=(a: inout Self, b: Self)
0 commit comments