Instance Property (Default implementation)swift-numerics 1.0.3RealModule

reciprocal

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.

AlgebraicField.swift:107
var reciprocal: Self? { get }