blob: d974b2fb7482ae9fc2e3303389301ee0b5c14733 (
plain)
1
2
3
4
5
6
|
import three;
currentprojection=perspective(100,100,200,up=Y);
draw(extrude(texpath("$\displaystyle\int_{-\infty}^{+\infty}e^{-\alpha x^2}\,dx=
\sqrt{\frac{\pi}{\alpha}}$"),2Z),blue);
|