Contents

vS1024Neg(_:_:)

Signed 1024-bit negation.

Declaration

func vS1024Neg(_ a: UnsafePointer<vS1024>, _ result: UnsafeMutablePointer<vS1024>)

Parameters

  • a:

    The value to negate.

  • result:

    Returns the negated value through the result parameter.

See Also

Performing arithmetic operations on large integers