FloatingPoint
protocol FloatingPoint : Hashable, SignedNumeric, Strideable where Self == Self.Magnitude
-
Convert degree to radians
Declaration
Swift
var degreesToRadians: Self { get }
-
Convert radians to degree
Declaration
Swift
var radiansToDegrees: Self { get }