Difference between revisions of "Apple"

(Created page with "<asy> for (real t = 0; t <= 6.28; t += 0.314) { draw(point(cos(t)*(1-sin(t)), cos(t)*(1-cos(t)); } </asy>")
 
(No difference)

Latest revision as of 23:28, 20 March 2020

for (real t = 0; t <= 6.28; t += 0.314) {
	draw(point(cos(t)*(1-sin(t)), cos(t)*(1-cos(t));
}
 (Error making remote request. Unknown error_msg)