static func / (a: Self, b: Self) -> Self
s10RealModule14AlgebraicFieldPAAE1doiyxx_xtFZ
9BCY2
import RealModule
protocol AlgebraicField : SignedNumeric
A type modeling an algebraic field. Refines the SignedNumeric protocol, adding division.
SignedNumeric
The (approximate) quotient a/b.
a/b
var reciprocal: Self? { get }
Implementations should be conservative with the reciprocal property; it is OK to return nil even in cases where a reciprocal could be represented. For this reason, a default implementation that simply always returns nil is correct, but conforming types should provide a better implementation if possible.
nil