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

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

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