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