compute()
Compute something, see :func:compute and :math:n^2.
Usage
compute(n)This BODY paragraph contains a role :func:compute and inline math :math:x_i and an RST literal value. These should be converted (role -> link/code, math -> MathJax, literal -> code).
Examples
>>> compute(2)
4The PROSE below references :func:compute and inline math :math:n^2 and an RST literal value — the exact same markup as the body above:
>>> compute(3)
9