blob: e3abafc56b0d3b64d48c53769d1e3f5bc412494a (
plain)
1
2
3
4
5
6
7
8
|
import three;
currentprojection=perspective(1,1,1,up=Y);
currentlight=Headlamp;
label(scale(4)*"$\displaystyle\int_{-\infty}^{+\infty} e^{-\alpha x^2}\,dx=
\sqrt{\frac{\pi}{\alpha}}$",O,blue);
|