Updated Negate.md (markdown)
commited
commit
e4167cf8c045716ee6550f6b7949d4341a59e1f9
... | ... | @@ -8,7 +8,7 @@ Inputs: |
8 | 8 | |
9 | 9 | Outputs: |
10 | 10 | |
11 | - The negated number. |
|
11 | - Number: The negated [[number]]. |
|
12 | 12 | |
13 | 13 | ## Examples |
14 | 14 | - The top one turns `5` into `-5` while the last one turns `-8` into `8`. Absolute numbers will become negative, and vice versa. |