## negate()


Negate a number.


Usage


``` python
negate(x)
```


## Parameters


`x: float`  
The number to negate.


## Returns


`float`  
Negated value.
