NumericAnnex Reference (100% documented)

View on GitHub

Install in Dash

Int64

struct Int64 : FixedWidthInteger, SignedInteger
Topics
  • **(_:_:)

    Returns the result of raising lhs to the power of rhs, rounded to a representable value.

    Declaration

    Swift

    public static func ** (lhs: Int64, rhs: Int64) -> Int64
  • **=(_:_:)

    Raises lhs to the power of rhs and stores the result in lhs, rounded to a representable value.

    Declaration

    Swift

    public static func **= (lhs: inout Int64, rhs: Int64)