## compute()


Compute something, see [compute()](compute.md#gdtest_examples_rst_repro.compute) and :math:`n^2`.


Usage


``` python
compute(n)
```


This BODY paragraph contains a role [compute()](compute.md#gdtest_examples_rst_repro.compute) and inline math :math:`x_i` and an RST literal `value`. These should be converted (role -\> link/code, math -\> MathJax, literal -\> code).


## Examples

``` python
>>> compute(2)
```

4

The PROSE below references [compute()](compute.md#gdtest_examples_rst_repro.compute) and inline math :math:`n^2` and an RST literal `value` -- the exact same markup as the body above:

``` python
>>> compute(3)
```

9
