FloatingPoint
protocol FloatingPoint : Hashable, SignedNumeric, Strideable where Self == Self.Magnitude
-
Undocumented
Declaration
Swift
internal func rounded(scale: Self) -> Self
-
Undocumented
Declaration
Swift
internal func rounded(_ rule: FloatingPointRoundingRule, scale: Self) -> Self