summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/asymptote/examples/label3.asy
blob: fdf8d512e39e405aff8591af754943e63d9de1e2 (plain)
1
2
3
4
5
6
7
import three;

currentprojection=perspective(1,1,1,up=Y);

label(scale(4)*"$\displaystyle\int_{-\infty}^{+\infty} e^{-\alpha x^2}\,dx=
\sqrt{\frac{\pi}{\alpha}}$",O,blue);