#16. Negate¶
Note
Following documentation is a cooperative result combined from our Discord chat. Thanks to everyone who helped!
Image¶
This image was produced from the sixteenth radio transmission using previously contributed code.

Interpretation¶
Decoded¶
neg
ap neg 0 = 0
ap neg 1 = -1
ap neg -1 = 1
ap neg 2 = -2
ap neg -2 = 2
...