Jump to content

Negate: Difference between revisions

1 byte removed ,  2 years ago
m
no edit summary
(sign vs negate)
mNo edit summary
Line 1:
The '''negate''' function, generally denoted by <code>-</code>, is used for getting the additive inverse of a number in K(numeric negation).
 
When applied directly to a numeric list literal, <code>-</code> should be followed by a space to prevent it from becoming the sign of theits first item.
 
The negate primitive is [[Atomicity|right atomic.]]<pre>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.