Double

extension Double: SSFloatingPoint
  • Declaration

    Swift

    public static var threepiate: Double { get }
  • Declaration

    Swift

    public static var twosqrtpi: Double { get }
  • Declaration

    Swift

    public static var twopithird: Double { get }
  • Declaration

    Swift

    public static var zero: Double { get }
  • Declaration

    Swift

    public static var minusOne: Double { get }
  • one

    Declaration

    Swift

    public static var one: Double { get }
  • Declaration

    Swift

    public static var half: Double { get }
  • Declaration

    Swift

    public static var third: Double { get }
  • Declaration

    Swift

    public static var fourth: Double { get }
  • Declaration

    Swift

    public static var twothirds: Double { get }
  • 2 / pi

    Declaration

    Swift

    public static var twoopi: Double { get }
  • pi / 3

    Declaration

    Swift

    public static var pithirds: Double { get }
  • pi / 4

    Declaration

    Swift

    public static var pifourth: Double { get }
  • 3 pi / 4

    Declaration

    Swift

    public static var threepifourth: Double { get }
  • Euler’s gamma

    Declaration

    Swift

    public static var eulergamma: Double { get }
  • sqrt(pi)

    Declaration

    Swift

    public static var sqrtpi: Double { get }
  • ln(sqrt(2))

    Declaration

    Swift

    public static var lnsqrt2: Double { get }
  • sqrt(2)

    Declaration

    Swift

    public static var sqrt2: Double { get }
  • sqrt(1 / (2 pi))

    Declaration

    Swift

    public static var sqrt2piinv: Double { get }
  • Returns sqrt(2 / pi)

    Declaration

    Swift

    public static var sqrt2Opi: Double { get }
  • Undocumented

    Declaration

    Swift

    public static var lnsqrtpi: Double { get }
  • sqrt(2 pi)

    Declaration

    Swift

    public static var sqrt2pi: Double { get }
  • ln(sqrt(2 pi))

    Declaration

    Swift

    public static var lnsqrt2pi: Double { get }
  • pi / 2

    Declaration

    Swift

    public static var pihalf: Double { get }
  • sqrt(pi / 2)

    Declaration

    Swift

    public static var sqrtpihalf: Double { get }
  • ln2

    ln(2)

    Declaration

    Swift

    public static var ln2: Double { get }
  • ln(10)

    Declaration

    Swift

    public static var ln10: Double { get }
  • 1 / 12

    Declaration

    Swift

    public static var oo12: Double { get }
  • 1 / 18

    Declaration

    Swift

    public static var oo18: Double { get }
  • 1 / 24

    Declaration

    Swift

    public static var oo24: Double { get }
  • 2 pi

    Declaration

    Swift

    public static var twopi: Double { get }
  • pi * pi

    Declaration

    Swift

    public static var pisquared: Double { get }
  • 1 / (2 pi)

    Declaration

    Swift

    public static var oo2pi: Double { get }
  • ln(pi)

    Declaration

    Swift

    public static var lnpi: Double { get }
  • 1 / pi

    Declaration

    Swift

    public static var oopi: Double { get }
  • sqrt(3)

    Declaration

    Swift

    public static var sqrt3: Double { get }
  • 1 / sqrt(pi)

    Declaration

    Swift

    public static var oosqrtpi: Double { get }
  • oo3

    1 / 3

    Declaration

    Swift

    public static var oo3: Double { get }
  • oo6

    1 / 6

    Declaration

    Swift

    public static var oo6: Double { get }
  • 2 / 3

    Declaration

    Swift

    public static var twoo3: Double { get }
  • pow(2, ¼)

    Declaration

    Swift

    public static var twoexpfourth: Double { get }
  • sqrt(6)

    Declaration

    Swift

    public static var sqrt6: Double { get }
  • Undocumented

    Declaration

    Swift

    public static var maxgamma: Double { get }