## divide()


Divide a by b.


Usage


``` python
divide(
    a,
    b,
)
```


## Parameters


`a: float`  
Numerator.

`b: float`  
Denominator.


## Returns


`float`  
Quotient.
