FloatingPoint protocol FloatingPoint : Hashable, SignedNumeric, Strideable where Self == Self.Magnitude toRadians Convert current degrees to radians Declaration Swift internal var toRadians: Self { get } toDegrees Convert current radians to degrees Declaration Swift internal var toDegrees: Self { get }