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

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

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