The (approximate) quotient a/b.
a/b
static func / (a: Self, b: Self) -> Self
s10RealModule14AlgebraicFieldP1doiyxx_xtFZ
9NUHY
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: inout Self, b: Self)
Replaces a with the (approximate) quotient a/b.