return x*-1.


## Description


So if the input positive, it returns its negative value, or vice versa.
If it 7, this returns -7.
Or if it is -5, it returns 5.



## Parameters
no params