FloatingPoint
public extension FloatingPoint
-
Undocumented
Declaration
Swift
func positiveTruncatingRemainder(dividingBy other: Self) -> Self
-
Returns self reduced to range -other/2 <.. +other/2
Declaration
Swift
func zeroCenteredTruncatingRemainder(dividingBy other: Self) -> Self
-
Undocumented
Declaration
Swift
func rounded(toIncrement increment: Self, rule: FloatingPointRoundingRule = .toNearestOrAwayFromZero) -> Self