as in "compute pi/2, then double it", instead of just computing pi directly:sub pie() { 2 * atan2(1, 0); }
sub pi () { atan2(0, -1); }
In reply to Re: Lissajous curves
by merlyn
in thread Lissajous curves
by ambrus
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |