Replaces a with the (approximate) quotient a/b.
a/b
static func /= (a: inout Self, b: Self)
s10RealModule14AlgebraicFieldP2deoiyyxz_xtFZ
2BQMM
import RealModule
protocol AlgebraicField : SignedNumeric
A type modeling an algebraic field. Refines the SignedNumeric protocol, adding division.
SignedNumeric
var reciprocal: Self? { get }
The (approximate) reciprocal (multiplicative inverse) of this number, if it is representable.
static func / (a: Self, b: Self) -> Self
The (approximate) quotient a/b.