Regular polygon by teebee

f(i)=(2e3*cos(2*i--*Pi/n)+1)\2
for(i=1,n=input,print(f(i)" "f(i-n/4)))

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page