scalar.negi¶
Integer negation.
Operation contract¶
| Property | Value |
|---|---|
| Semantic phase | — |
| Traits | Pure, Involution, DistributionTransfer |
Signature¶
| Kind | Name | Type | Cardinality | Description |
|---|---|---|---|---|
| Operand | input |
integer |
required | — |
| Result | result |
integer |
required | — |
Verification constraints¶
SameType(input, result)