Contents

vU1024Neg(_:_:)

Unsigned 1024-bit negation.

Declaration

func vU1024Neg(_ a: UnsafePointer<vU1024>, _ result: UnsafeMutablePointer<vU1024>)

Parameters

  • a:

    The value to negate.

  • result:

    Returns the negated value through the result parameter.

See Also

Performing arithmetic operations on large integers