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.
var reciprocal: Self? { get }