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
View on GitHub
Install in Dash
FloatingPoint Extension Reference