Superellipse: Difference between revisions

m
→‎{{header|C}}: remove attribution
m (→‎{{header|C}}: remove attribution)
Line 15:
=={{header|C}}==
Interactive program to draw a SuperEllipse. Requires the [http://www.cs.colorado.edu/~main/bgi/cs1300/ WinBGIm] library.
<lang C>#include<graphics.h>
/*Abhishek Ghosh, 18th September 2017*/
 
#include<graphics.h>
#include<stdio.h>
#include<math.h>
Line 45 ⟶ 42:
closegraph();
}</lang>
}
</lang>
 
=={{header|EchoLisp}}==
Anonymous user