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