Bitmap/Bézier curves/Cubic: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 61:
=={{header|C}}==
 
<Clang c>#include <math.h>
 
/* number of segments for the curve */
Line 114:
}
#undef plot
#undef line</Clang>
 
=={{header|OCaml}}==