Float80

extension Float80: Codable
extension Float80: SSFloatingPoint

Add Codable protocol conformance to Float80

  • Declaration

    Swift

    public func encode(to encoder: Encoder) throws
  • Declaration

    Swift

    public init(from decoder: Decoder) throws
  • Declaration

    Swift

    public static var threepiate: Float80 { get }
  • Declaration

    Swift

    public static var twosqrtpi: Float80 { get }
  • Declaration

    Swift

    public static var twopithird: Float80 { get }
  • Declaration

    Swift

    public static var zero: Float80 { get }
  • Declaration

    Swift

    public static var minusOne: Float80 { get }
  • one

    Declaration

    Swift

    public static var one: Float80 { get }
  • Declaration

    Swift

    public static var half: Float80 { get }
  • Declaration

    Swift

    public static var third: Float80 { get }
  • Declaration

    Swift

    public static var fourth: Float80 { get }
  • Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public static var sqrt2Opi: Float80 { get }
  • Undocumented

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public static var sqrtpihalf: Float80 { get }
  • ln2

    ln(2)

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public static var oosqrtpi: Float80 { get }
  • oo3

    1 / 3

    Declaration

    Swift

    public static var oo3: Float80 { get }
  • oo6

    1 / 6

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public static var sqrt6: Float80 { get }
  • Undocumented

    Declaration

    Swift

    public static var maxgamma: Float80 { get }