MUFloatingPoint

public protocol MUFloatingPoint : FloatingPoint

Undocumented

  • Undocumented

    Declaration

    Swift

    static var epsilon: Self { get }
  • Undocumented

    Declaration

    Swift

    static func hypotenuse(_ lhs: Self, _ rhs: Self) -> Self
  • Undocumented

    Declaration

    Swift

    init(_ double: Double)