## compute()


Compute the sum of two numbers.


Usage


``` python
compute(
    x,
    y,
)
```


## Parameters


`x: float`  
The first number.

`y: float`  
The second number.


## Returns


`float`  
The sum of x and y.
