FloatingPoint

protocol FloatingPoint : Hashable, SignedNumeric, Strideable where Self == Self.Magnitude
  • Convert current degrees to radians

    Declaration

    Swift

    internal var toRadians: Self { get }
  • Convert current radians to degrees

    Declaration

    Swift

    internal var toDegrees: Self { get }